Vaishak G Kumar commited on
Commit
26ca4c4
·
verified ·
1 Parent(s): afdfef8

Update src/agentics/agents.py

Browse files
Files changed (1) hide show
  1. src/agentics/agents.py +1 -2
src/agentics/agents.py CHANGED
@@ -28,7 +28,7 @@ def termination_msg(x):
28
  class AgentsFactory:
29
  def __init__(llm_config, db_path):
30
  llm_config = llm_config
31
- db_path = db_path
32
 
33
 
34
 
@@ -52,7 +52,6 @@ class AgentsFactory:
52
  max_consecutive_auto_reply=3,
53
  retrieve_config={
54
  "task": "QuoraRetrieval",
55
- "docs_path": db_path,
56
  "chunk_token_size": 1000,
57
  "model": llm_config["config_list"][0]["model"],
58
  "client": chromadb.PersistentClient(path="/tmp/chromadb"),
 
28
  class AgentsFactory:
29
  def __init__(llm_config, db_path):
30
  llm_config = llm_config
31
+
32
 
33
 
34
 
 
52
  max_consecutive_auto_reply=3,
53
  retrieve_config={
54
  "task": "QuoraRetrieval",
 
55
  "chunk_token_size": 1000,
56
  "model": llm_config["config_list"][0]["model"],
57
  "client": chromadb.PersistentClient(path="/tmp/chromadb"),