更新 workflows/workflow_baike.py

This commit is contained in:
ChenRui 2026-07-22 11:40:43 +08:00
parent c31f2d6ced
commit 0b56a28630

View File

@ -907,7 +907,7 @@ async def rewrite_query_with_history(state: QAState) -> Dict[str, Any]:
@track_function_calls @track_function_calls
async def search_rag_and_graph(state: QAState) -> Dict[str, Any]: async def search_rag_and_graph(state: QAState) -> Dict[str, Any]:
""" """
进行文本知识检索和图谱知识检索 进行文本知识检索
""" """
kb_id = None kb_id = None
if state.get("route_flag") == "rules": if state.get("route_flag") == "rules":