How to apply cosine similarity calculation in Milvus when search for Float Vectors, without normalizing the vectors in-place ?
Asked
Active
Viewed 431 times
0
-
For now, up to milvus 2.2, this is still not supported, you need to normalize it, and then use IP distance. What is the reason you could not do a normalization for it? – Ji Bin Mar 18 '23 at 12:31