Spaces:
Sleeping
Sleeping
Update src/insurance_assistants/agents.py
#3
by
Shamik
- opened
src/insurance_assistants/agents.py
CHANGED
|
@@ -22,7 +22,7 @@ from src.insurance_assistants.consts import PROMPT_PREFIX, VLM_PROMPT
|
|
| 22 |
rag_app = RAG()
|
| 23 |
# FIXME Comment the following if you want to reprocess everything
|
| 24 |
rag_app.vectordb_id = "policy_wordings"
|
| 25 |
-
login(os.getenv("HF_TOKEN"))
|
| 26 |
|
| 27 |
class InsuranceInfoRetriever(Tool):
|
| 28 |
name = "InsuranceInfoRetriever"
|
|
|
|
| 22 |
rag_app = RAG()
|
| 23 |
# FIXME Comment the following if you want to reprocess everything
|
| 24 |
rag_app.vectordb_id = "policy_wordings"
|
| 25 |
+
# login(os.getenv("HF_TOKEN"))
|
| 26 |
|
| 27 |
class InsuranceInfoRetriever(Tool):
|
| 28 |
name = "InsuranceInfoRetriever"
|