Tonic commited on
Commit
d4ec14e
Β·
verified Β·
1 Parent(s): 766dc0c

Update src/agentics/agents.py

Browse files
Files changed (1) hide show
  1. src/agentics/agents.py +1 -1
src/agentics/agents.py CHANGED
@@ -48,7 +48,7 @@ class AgentsFactory:
48
  max_consecutive_auto_reply=3,
49
  retrieve_config={
50
  "task": "QuoraRetrieval",
51
- "docs_path": self.db_path, ,
52
  "chunk_token_size": 1000,
53
  "model": llm_config["config_list"][0]["model"],
54
  "client": chromadb.PersistentClient(path="/tmp/chromadb"),
 
48
  max_consecutive_auto_reply=3,
49
  retrieve_config={
50
  "task": "QuoraRetrieval",
51
+ "docs_path": self.db_path,
52
  "chunk_token_size": 1000,
53
  "model": llm_config["config_list"][0]["model"],
54
  "client": chromadb.PersistentClient(path="/tmp/chromadb"),