Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
-
|
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
|