Closed
Description
Is your feature request related to a problem? Please describe.
The class KnnQueryDescriptor
Does not seem to have a similarity property to set expected similarity.
The documentation states that such a parameter should exist for KNN search.
Describe the solution you'd like
I would like the property to be added.
Describe alternatives you've considered
Currently the filtering can be done client side, but this add some unnecessary overhead.