few changes

This commit is contained in:
Madhu 2024-12-12 00:49:25 +05:30
parent 304d1130c3
commit be854606ca

View file

@ -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):