Possibility to post-process / transform search results with multivector query #40572
Replies: 2 comments
-
|
this is what are actively working on and should be delivered in the next 2 months. |
Beta Was this translation helpful? Give feedback.
-
basically what we do:
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible to run a search with multiple query vectors and only return the minimum distance across the query vectors per dataset vector?
Use case: For a audio snippet, I have a embedding vector for each 100ms frame and a dataset of vectors that can fit to any of those frames. For 1s audio snippet I would want to set the search data to a (10, d) matrix for a (N, d) dataset with N vectors (d being the dimensionality). The result should give me the minimum distance to any of the frames per dataset vector. Basically return a list of N minimum distances (or shorter if limited).
Is that possible with Milvus alone?
Beta Was this translation helpful? Give feedback.
All reactions