bhys commited on
Commit
ed13897
·
verified ·
1 Parent(s): 824acab

Update autogensop/coor_retrieve_agent.py

Browse files
Files changed (1) hide show
  1. autogensop/coor_retrieve_agent.py +1 -1
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&goods_line.txt", # 一件商品一行
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,可启用回答前缀