-
Notifications
You must be signed in to change notification settings - Fork 66
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
[FEATURE] Hybrid Search should provide scores of sub queries for understanding/debugging the results. #658
Comments
Yes, customers would like to see both scores from hybrid search, both for debugging and for training LTR models. |
We were also hoping for this feature in 2.16 for our own work (with OSC) in tuning hybrid search using LTR. |
Are we also going to support explain API for KNN queries like: opensearch-project/k-NN#875? |
The documentation on _explain says "The explain API is an expensive operation in terms of both resources and time. On production clusters, we recommend using it sparingly for the purpose of troubleshooting." |
I have the same question. |
Is your feature request related to a problem?
Hybrid search doesn't return the scores of each individual query, making it difficult to debug why fragments were included/excluded
What solution would you like?
As part of
_explain
API, we should provide scores of sub queries for understanding/debugging the results.The text was updated successfully, but these errors were encountered: