Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files- 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 =
|
| 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.
|