fix(memory): 移除生成多查询时的优化查询参数
This commit is contained in:
@@ -1249,7 +1249,6 @@ class MemoryManager:
|
|||||||
query=topic_node.content,
|
query=topic_node.content,
|
||||||
top_k=max_results * 2,
|
top_k=max_results * 2,
|
||||||
include_forgotten=False,
|
include_forgotten=False,
|
||||||
optimize_query=False,
|
|
||||||
)
|
)
|
||||||
|
|
||||||
# 过滤:排除自己和已关联的
|
# 过滤:排除自己和已关联的
|
||||||
|
|||||||
Reference in New Issue
Block a user