devve1 commited on
Commit
7f1ad1f
1 Parent(s): 086e188

Update search_strategies.py

Browse files
Files changed (1) hide show
  1. search_strategies.py +1 -1
search_strategies.py CHANGED
@@ -1,4 +1,4 @@
1
- import QdrantClient
2
 
3
  def query_keywords_search(query: str, client: QdrantClient, collection_name: str, sparse_embeddings):
4
  return client.query_points(
 
1
+ from qdrant_client import QdrantClient
2
 
3
  def query_keywords_search(query: str, client: QdrantClient, collection_name: str, sparse_embeddings):
4
  return client.query_points(