Spaces:
Sleeping
Sleeping
Update appStore/embed.py
Browse files- appStore/embed.py +1 -1
appStore/embed.py
CHANGED
@@ -46,6 +46,6 @@ def get_local_qdrant(collection_name):
|
|
46 |
sparse_embeddings = FastEmbedSparse(model_name="Qdrant/bm25")
|
47 |
print("Collections in local Qdrant:",client.get_collections())
|
48 |
qdrant_collections[collection_name] = Qdrant(client=client, collection_name=collection_name,
|
49 |
-
embeddings=embeddings,
|
50 |
)
|
51 |
return qdrant_collections
|
|
|
46 |
sparse_embeddings = FastEmbedSparse(model_name="Qdrant/bm25")
|
47 |
print("Collections in local Qdrant:",client.get_collections())
|
48 |
qdrant_collections[collection_name] = Qdrant(client=client, collection_name=collection_name,
|
49 |
+
embeddings=embeddings,
|
50 |
)
|
51 |
return qdrant_collections
|