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 f7a4839 commit 0ad77c5Copy full SHA for 0ad77c5
pymilvus/orm/types.py
@@ -121,7 +121,7 @@ def infer_dtype_bydata(data: Any):
121
failed = True
122
if not failed:
123
d_type = dtype_str_map.get(type_str, DataType.UNKNOWN)
124
- return DataType.FLOAT_VECTOR if is_numeric_datatype(d_type) else DataType.UNKNOWN
+ return DataType.FLOAT_VECTOR if is_numeric_datatype(d_type) else DataType.ARRAY
125
126
if d_type == DataType.UNKNOWN:
127
try:
0 commit comments