Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion vectordb_bench/backend/clients/milvus/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class MilvusIndexConfig(BaseModel):

index: IndexType
metric_type: MetricType | None = None
use_partition_key: bool = True # for label-filter
use_partition_key: bool = False # for label-filter

@property
def is_gpu_index(self) -> bool:
Expand Down