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
@@ -51,7 +51,7 @@ class AgentsFactory:
|
|
51 |
max_consecutive_auto_reply=3,
|
52 |
retrieve_config={
|
53 |
"task": "QuoraRetrieval",
|
54 |
-
"docs_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"),
|