mirror of
https://github.com/agentscope-ai/ReMe.git
synced 2026-09-10 22:41:06 +00:00
update default config
This commit is contained in:
parent
8016fa945e
commit
b5676fc4b8
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ http:
|
|||
|
||||
flow:
|
||||
retrieve_task_memory:
|
||||
flow_content: BuildQueryOp() >> RecallVectorStoreOp() >> RerankMemoryOp(enable_llm_rerank=True, enable_score_filter=False, top_k=5) >> RewriteMemoryOp(enable_llm_rewrite=True)
|
||||
flow_content: BuildQueryOp() >> RecallVectorStoreOp() >> RerankMemoryOp(enable_llm_rerank=False, enable_score_filter=False, top_k=5) >> RewriteMemoryOp(enable_llm_rewrite=False)
|
||||
description: "Retrieves the most relevant top-k memory experiences from historical data based on the current query to enhance task-solving capabilities"
|
||||
input_schema:
|
||||
query:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue