Spaces:
Sleeping
Sleeping
Vaishak G Kumar
commited on
Update src/agentics/agents.py
Browse files- src/agentics/agents.py +1 -1
src/agentics/agents.py
CHANGED
@@ -52,7 +52,7 @@ class AgentsFactory:
|
|
52 |
max_consecutive_auto_reply=3,
|
53 |
retrieve_config={
|
54 |
"task": "QuoraRetrieval",
|
55 |
-
"docs_path": json_file_path,
|
56 |
"chunk_token_size": 1000,
|
57 |
"model": llm_config["config_list"][0]["model"],
|
58 |
"client": chromadb.PersistentClient(path="/tmp/chromadb"),
|
|
|
52 |
max_consecutive_auto_reply=3,
|
53 |
retrieve_config={
|
54 |
"task": "QuoraRetrieval",
|
55 |
+
"docs_path": self.json_file_path,
|
56 |
"chunk_token_size": 1000,
|
57 |
"model": llm_config["config_list"][0]["model"],
|
58 |
"client": chromadb.PersistentClient(path="/tmp/chromadb"),
|