Spaces:
Paused
Paused
Mikiko Bazeley
commited on
Commit
·
92f8521
1
Parent(s):
25c861d
Fixed positiona; var
Browse files
app.py
CHANGED
@@ -66,7 +66,7 @@ hf_embeddings = HuggingFaceEndpointEmbeddings(
|
|
66 |
|
67 |
vectorstore = Qdrant.from_documents(
|
68 |
documents=split_documents,
|
69 |
-
|
70 |
location=":memory:",
|
71 |
collection_name="AirBnB_10K",
|
72 |
)
|
|
|
66 |
|
67 |
vectorstore = Qdrant.from_documents(
|
68 |
documents=split_documents,
|
69 |
+
embeddings=hf_embeddings,
|
70 |
location=":memory:",
|
71 |
collection_name="AirBnB_10K",
|
72 |
)
|