|
@@ -167,7 +167,7 @@ class RAGService:
|
|
|
|
|
|
async def _load_system_guide_from_json(self) -> List[Dict[str, Any]]:
|
|
|
"""从JSON文件加载系统指南文档"""
|
|
|
- json_file_path = f"{self.knowledge_base_path}/mom_knowledge.json"
|
|
|
+ json_file_path = f"{self.knowledge_base_path}/manual_converted_mom_knowledge.json"
|
|
|
|
|
|
try:
|
|
|
if not os.path.exists(json_file_path):
|