You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A clear and concise description of what the problem is, e.g. I'm always frustrated when [...].
Currently, when using semantic search I have an issue where it perform poorly over exact keyword search with boosting for situations where I would like to artificially boost certain indices due to businees goals.
Is your feature request related to a problem?
A clear and concise description of what the problem is, e.g. I'm always frustrated when [...].
Currently, when using semantic search I have an issue where it perform poorly over exact keyword search with boosting for situations where I would like to artificially boost certain indices due to businees goals.
Sample Output:
In this scenario I would like to apply a constant boost of
0.1
to the_score
of indexB
.I tried doing it within the Java Client like so:
But the scores do not get boosted at all.
What solution would you like?
A clear and concise description of what you want to happen.
I would like to see the score of the index
B
increase by0.1
.What alternatives have you considered?
A clear and concise description of any alternative solutions or features you've considered.
Do you have any additional context?
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: