We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 141461b commit 5b55b40Copy full SHA for 5b55b40
modelscope_agent/memory/memory_with_rag.py
@@ -38,6 +38,7 @@ def __init__(self,
38
llm=llm,
39
cache_dir=storage_path,
40
use_cache=use_knowledge_cache,
41
+ documents=[],
42
**kwargs)
43
44
@enable_rag_callback
0 commit comments