Error Searching with DataType.BINARY_VECTOR in Milvus
I am attempting to compute Hamming distance with the DataType.BINARY_VECTOR
in Milvus. However, when I perform the last step doing client.search()
, I encountered an error when I tried to searched with binary vectors.