MuhammedSuhaib commited on
Commit
2b3dbce
·
verified ·
1 Parent(s): f5b0cd7

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. data/vector_store.py +1 -1
data/vector_store.py CHANGED
@@ -27,7 +27,7 @@ class VectorStore:
27
  collection_name: str = "Humanoids",
28
  timeout: int = 30,
29
  grpc_port: int = 6334,
30
- prefer_grpc: bool = True,
31
  recreate_collection: bool = False):
32
  """
33
  Initialize the vector store with Qdrant client.
 
27
  collection_name: str = "Humanoids",
28
  timeout: int = 30,
29
  grpc_port: int = 6334,
30
+ prefer_grpc: bool = False,
31
  recreate_collection: bool = False):
32
  """
33
  Initialize the vector store with Qdrant client.