few changes
This commit is contained in:
parent
304d1130c3
commit
be854606ca
1 changed files with 1 additions and 1 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Reference in a new issue