Spaces:
Runtime error
Runtime error
Update autogensop/coor_retrieve_agent.py
Browse files
autogensop/coor_retrieve_agent.py
CHANGED
@@ -44,7 +44,7 @@ Context is: {input_context}
|
|
44 |
"embedding_model": "all-mpnet-base-v2",
|
45 |
# "get_or_create": False, # set to True if you want to recreate the collection
|
46 |
# OPTION: 第一次创建collection启用
|
47 |
-
"docs_path": "./autogensop/price&
|
48 |
"get_or_create": True,
|
49 |
"chunk_mode": "one_line",
|
50 |
# OPTION: prompt中有few-shots,可启用回答前缀
|
|
|
44 |
"embedding_model": "all-mpnet-base-v2",
|
45 |
# "get_or_create": False, # set to True if you want to recreate the collection
|
46 |
# OPTION: 第一次创建collection启用
|
47 |
+
"docs_path": "./autogensop/price&goods_line_small.txt", # 一件商品一行
|
48 |
"get_or_create": True,
|
49 |
"chunk_mode": "one_line",
|
50 |
# OPTION: prompt中有few-shots,可启用回答前缀
|