优化数据处理逻辑,更新工单数据文件路径,增加多个工单数据集的创建与上传功能,同时调整查询参数以提高检索效果。

This commit is contained in:
2025-07-17 14:13:41 +08:00
parent bd0f86ff61
commit 75c0992526
3 changed files with 25 additions and 12 deletions
-3
View File
@@ -1,8 +1,5 @@
import pandas as pd
import json
from regex import search
import sys
import os
sys.path.append(os.getcwd())