Mikiko Bazeley commited on
Commit
92f8521
·
1 Parent(s): 25c861d

Fixed positiona; var

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -66,7 +66,7 @@ hf_embeddings = HuggingFaceEndpointEmbeddings(
66
 
67
  vectorstore = Qdrant.from_documents(
68
  documents=split_documents,
69
- embedding_model=hf_embeddings,
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
  )