Toggle navigation
Toggle navigation
This project
Loading...
Sign in
万朱浩
/
Venue-Ops
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
马一丁
2025-12-20 13:58:18 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
26084a095c6a01afe69a09fcc2563a168ba28eba
26084a09
1 parent
30c8953d
Pass params_dict to history.add instead of decision
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
ReportEngine/nodes/graphrag_query_node.py
ReportEngine/nodes/graphrag_query_node.py
View file @
26084a0
...
...
@@ -191,7 +191,7 @@ class GraphRAGQueryNode(BaseNode):
logger
.
warning
(
f
"Knowledge Query: GraphRAG 节点写日志失败: {log_exc}"
)
# 5. 记录历史
history
.
add
(
decision
,
result
)
history
.
add
(
params_dict
,
result
)
# 6. 合并所有结果
merged
=
self
.
_merge_results
(
all_results
)
...
...
Please
register
or
login
to post a comment