[Bug]: The pymilvus data type inference fails to identify the ARRAY data type for lists. #1785
Open
1 task done
Labels
kind/bug
Something isn't working
Is there an existing issue for this?
Describe the bug
The pymilvus data type inference fails to identify the ARRAY data type for lists.
This is the issue with
infer_dtype_bydata
function. I have observed it while using langchain vectorstore connector which uses this function to infer metadata types. The inference doesn't work for metadata with list of strings or booleans.Expected Behavior
infer_dtype_bydata
should return Datatype.ARRAY for list like objects.Steps/Code To Reproduce behavior
Environment details
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: