优化意图识别模块,新增文档相关性判断功能,更新DifyQueryRetrieval类以支持多线程检索,增强数据模型,改进日志记录,调整Excel数据验证逻辑,更新多个提示词模板以提升用户体验。

This commit is contained in:
2025-06-24 15:03:01 +08:00
parent d957b4374e
commit 4386cfac41
8 changed files with 737 additions and 191 deletions
+1 -1
View File
@@ -390,7 +390,7 @@ class ExcelDataValidator:
return index, False, "槽位填充", error_reason, slot_confidence
# 4. 验证检索内容
if retrieve_content:
if retrieve_content and retrieve_content != "" and pd.notna(retrieve_content):
if self.debug:
logging.info(f" 验证检索内容...")