Vaishak G Kumar commited on
Commit
bb6a671
·
verified ·
1 Parent(s): 10255ec

Update src/agentics/agents.py

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