Open xiaofan-luan opened 3 months ago
We could have something like batching search in vector search engine, this is helpful when we use IVF related indexes, we can group the same posting lists for different queries and do the matrix computation to improve qps.
That is exactly what I'm thinking. To implement this, we need
@liliu-z @chasingegg thoughts on it?
Is there an existing issue for this?
Is your feature request related to a problem? Please describe.
Under some use cases, user need to search for topk for each entity of the other collections.
This can be called as a Knn Join or semantic join.
Simply list it here and wait for more discussion
Describe the solution you'd like.
No response
Describe an alternate solution.
No response
Anything else? (Additional Context)
No response