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
The KnnQuery spec (located at schemas/_common.yaml#/components/schemas/KnnQuery) is inconsistent with the current implementation of the knn query, specifically in regards to radial search. It specifies a similarity parameter, whereas the implementation accepts a min_score or max_distance parameter to achieve the same end.
What is the bug?
The KnnQuery spec (located at schemas/_common.yaml#/components/schemas/KnnQuery) is inconsistent with the current implementation of the knn query, specifically in regards to radial search. It specifies a
similarity
parameter, whereas the implementation accepts amin_score
ormax_distance
parameter to achieve the same end.Do you have any additional context?
Radial search docs: https://opensearch.org/docs/latest/search-plugins/knn/radial-search-knn/
Original issue: opensearch-project/k-NN#814
The text was updated successfully, but these errors were encountered: