Return large number of matching documents #40708
Unanswered
richardehughes
asked this question in
Q&A and General discussion
Replies: 1 comment
-
checkout https://milvus.io/docs/range-search.md#Range-Search and https://milvus.io/docs/with-iterators.md that's probably what you want~ |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Here is my scenario, which I have implemented using FAISS. It works but is painfully slow (~5 minutes to completion). So I want to know if I can do this faster using Milvus.
I would like all of the documents, as well as the cosine similarity to the search vector I am using. Is this possible in milvus? Reading through the documentation it was not clear exactly how to do this.
Beta Was this translation helpful? Give feedback.
All reactions