From be854606ca1ac21a05bfa9cc067e21dd2c7c1541 Mon Sep 17 00:00:00 2001 From: Madhu Date: Thu, 12 Dec 2024 00:49:25 +0530 Subject: [PATCH] few changes --- .../local_ai_legal_agent_team/local_legal_agent.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ai_agent_tutorials/ai_legal_agent_team/local_ai_legal_agent_team/local_legal_agent.py b/ai_agent_tutorials/ai_legal_agent_team/local_ai_legal_agent_team/local_legal_agent.py index 46d49a0..d34a373 100644 --- a/ai_agent_tutorials/ai_legal_agent_team/local_ai_legal_agent_team/local_legal_agent.py +++ b/ai_agent_tutorials/ai_legal_agent_team/local_ai_legal_agent_team/local_legal_agent.py @@ -20,7 +20,7 @@ def init_qdrant(): return Qdrant( collection="legal_knowledge", url="http://localhost:6333", - embedder=OllamaEmbedder(model="openhermes") + embedder=OllamaEmbedder(model="openhermes") ) def process_document(uploaded_file, vector_db: Qdrant):