Technocoloredgeek commited on
Commit
929b4ed
1 Parent(s): 420670f

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
- embedding_function=embeddings.embed_query
64
  )
65
 
66
  # Load and add documents
 
60
  qdrant_vector_store = QdrantVectorStore(
61
  client=qdrant_client,
62
  collection_name=COLLECTION_NAME,
63
+ embeddings=embeddings # Changed this line
64
  )
65
 
66
  # Load and add documents