We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3686500 commit 65cea67Copy full SHA for 65cea67
vectordb_bench/backend/clients/milvus/milvus.py
@@ -88,7 +88,7 @@ def __init__(
88
name=self.collection_name,
89
schema=CollectionSchema(fields),
90
consistency_level="Session",
91
- num_shards=self.db_config.get("num_shards"),
+ num_shards=self.db_config.get("num_shards", 1),
92
)
93
94
self.create_index()
0 commit comments