Open zhengbuqian opened 2 months ago
Currently in order to perform BM25 based text relevance search using vector ANN search, we have to :
This approach is not good enough and hard to update when the corpus has been updated a lot.
We propose a new way of doing such: allowing inserting texts only and have Milvus to maintain the statistics and do the conversion at runtime.
Proposed approaches and APIs will be shared shortly.
This will be the umbrella issue for all related following issues and PRs.
No response
excited about this!
Is there an existing issue for this?
Is your feature request related to a problem? Please describe.
Currently in order to perform BM25 based text relevance search using vector ANN search, we have to :
This approach is not good enough and hard to update when the corpus has been updated a lot.
We propose a new way of doing such: allowing inserting texts only and have Milvus to maintain the statistics and do the conversion at runtime.
Proposed approaches and APIs will be shared shortly.
This will be the umbrella issue for all related following issues and PRs.
Describe the solution you'd like.
No response
Describe an alternate solution.
No response
Anything else? (Additional Context)
No response