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 d4ea373 commit 460eeaeCopy full SHA for 460eeae
vectordb_bench/backend/clients/milvus/config.py
@@ -320,7 +320,6 @@ def search_param(self) -> dict:
320
321
class GPUBruteForceConfig(MilvusIndexConfig, DBCaseConfig):
322
limit: int = 10 # Default top-k for search
323
- metric_type: str # Metric type (e.g., 'L2', 'IP', etc.)
324
index: IndexType = IndexType.GPU_BRUTE_FORCE # Index type set to GPU_BRUTE_FORCE
325
326
def index_param(self) -> dict:
0 commit comments