-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[META] Score Combination and Normalization for Semantics Search. Score Normalization for k-NN and BM25 #123
Comments
RFC created with HLD: #126 |
@vamshin Should this issue be moved to 2.11? |
@DarshitChanpura we are releasing this feature for 2.10 |
@martin-gaievski can we add the perf results on this issue and then resolve this github issue. |
Summary for performance benchmark
We took a bool query with For the cluster configuration, we used 3 data nodes of type “r5.8xlarge” and 1 leader node of type “c4.2xlarge”. All scripts that we use for benchmarks can be found in this repository. |
Is your feature request related to a problem?
BM25 works well in exact match use cases and k-NN score works well in understanding context and getting relevant documents. It is important to get benefits from both of these relevancy mechanisms and one could achieve by combining these scores. One caveat is scores are on different scales and hence some kind of normalization is required.
Older Issues and Discussions:
Tasks
High Level Tasks:
Community Requests
The text was updated successfully, but these errors were encountered: