Skip to content

Commit b8e6f42

Browse files
authored
Fix: correct description for rbq-bits-query in milvus client. (#684)
1 parent 578698a commit b8e6f42

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • vectordb_bench/backend/clients/milvus

vectordb_bench/backend/clients/milvus/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ class MilvusIVFRABITQTypedDict(CommonTypedDict, MilvusTypedDict, MilvusIVFFlatTy
332332
click.option(
333333
"--rbq-bits-query",
334334
type=int,
335-
help="The magnification factor of refine compared to k.",
335+
help="The level of quantization of a query vector. Use 1…8 for the SQ1…SQ8 and 0 to disable.",
336336
required=True,
337337
),
338338
]

0 commit comments

Comments
 (0)