How to search for images with a similarity greater than 0.9? #40025
Unanswered
bbhxwl
asked this question in
Q&A and General discussion
Replies: 2 comments 2 replies
-
"Range Search" is exactly the feature for this purpose: https://milvus.io/docs/range-search.md
For Cosine metric, the distance range is [-1.0, 1.0]. distance=1.0 is the most similar item, you can set "radius=0.9". Formula of Cosine: https://milvus.io/docs/metric.md?tab=floating#Cosine-similarity- Both are OK for image similarity search. |
Beta Was this translation helpful? Give feedback.
2 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How to search for images with a similarity greater than 0.9?
Which is more suitable for searching image similarity between Cosine and L2?
Beta Was this translation helpful? Give feedback.
All reactions