Fixed
Details
Assignee
Marko BekhtaMarko BekhtaReporter
Marko BekhtaMarko BekhtaComponents
Sprint
NoneFix versions
Priority
Major
Details
Details
Assignee
Marko Bekhta
Marko BekhtaReporter
Marko Bekhta
Marko BekhtaComponents
Sprint
None
Fix versions
Priority
Created June 26, 2024 at 7:31 AM
Updated August 7, 2024 at 6:29 AM
Resolved July 23, 2024 at 3:37 PM
With the knn predicate, the score and similarity (distance) can be derived from one another. It would be easier for a user to just use a score filter instead of trying to convert that value through a score-distance formula.
OpenSearch has two dedicated predicate options for this :
max_distance
andmin_score
as for the Elasticsearch or the Lucene backends: we can convert the values behind the scenes before passing it to the query.See also https://opensearch.org/blog/vector-radial-search/