mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-29 06:55:27 +08:00
[skip ci] Update comments of benchmark (#11095)
Signed-off-by: wangting0128 <ting.wang@zilliz.com>
This commit is contained in:
parent
a8e28df5ab
commit
e747b4b2ce
@ -84,7 +84,7 @@ def get_len_vectors_per_file(data_type, dimension):
|
||||
|
||||
|
||||
def get_vectors_from_binary(nq, dimension, data_type):
|
||||
# use the first file, nq should be less than VECTORS_PER_FILE
|
||||
# use the first file, nq should be less than VECTORS_PER_FILE 10001
|
||||
if nq > MAX_NQ:
|
||||
raise Exception("Over size nq")
|
||||
if data_type == "local":
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user