Skip to content

Commit 5b55b40

Browse files
author
suluyan
committed
fix documents
1 parent 141461b commit 5b55b40

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modelscope_agent/memory/memory_with_rag.py

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ def __init__(self,
3838
llm=llm,
3939
cache_dir=storage_path,
4040
use_cache=use_knowledge_cache,
41+
documents=[],
4142
**kwargs)
4243

4344
@enable_rag_callback

0 commit comments

Comments
 (0)