Technocoloredgeek commited on
Commit
ff50e38
·
verified ·
1 Parent(s): 5a7e347

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -60,7 +60,7 @@ def setup_vectorstore():
60
  qdrant_vector_store = QdrantVectorStore(
61
  client=qdrant_client,
62
  collection_name=COLLECTION_NAME,
63
- embeddings=embeddings
64
  )
65
 
66
  # Load and add documents
 
60
  qdrant_vector_store = QdrantVectorStore(
61
  client=qdrant_client,
62
  collection_name=COLLECTION_NAME,
63
+ embedding_function=embeddings.embed_query
64
  )
65
 
66
  # Load and add documents