mirror of https://github.com/milvus-io/milvus.git
[skip ci] Update comments of utils file (#11655)
Signed-off-by: wangting0128 <ting.wang@zilliz.com>pull/11666/head
parent
fb933ff2c6
commit
8ea848a9ed
|
@ -148,7 +148,7 @@ def get_dataset(hdf5_file_path):
|
|||
|
||||
|
||||
def get_default_field_name(data_type=DataType.FLOAT_VECTOR):
|
||||
""" Return fild name according to data type """
|
||||
""" Return field name according to data type """
|
||||
if data_type == DataType.FLOAT_VECTOR:
|
||||
field_name = DEFAULT_F_FIELD_NAME
|
||||
elif data_type == DataType.BINARY_VECTOR:
|
||||
|
|
Loading…
Reference in New Issue