ppsingh commited on
Commit
b095384
·
verified ·
1 Parent(s): 23bbdcf

Update appStore/embed.py

Browse files
Files changed (1) hide show
  1. 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, sparse_embeddings = sparse_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