Find vectors that are not similar #39029
-
I don't want to find similar vectors, I want to perform the process of finding dissimilar vectors. For example, if I am selecting 30,000 out of 100,000, I have organized my collection of 100,000 into 10 partitions of 10,000, and when I run the search, I am giving an offset of 8000 and a limit of 2000 to find vectors that are not similar. I'm wondering if the way I've organized it is appropriate and if there are any improvements I can make. Thanks for reading the post and I look forward to your answer. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Milvus doesn't have any interface to "search non-similar vectors". "offset" is a workaround. Set limit=10000 and offset=8000 |
Beta Was this translation helpful? Give feedback.
-
can you give a use case for find dissimilar vectors? |
Beta Was this translation helpful? Give feedback.
Milvus doesn't have any interface to "search non-similar vectors".
"offset" is a workaround. Set limit=10000 and offset=8000