opensearch-project / k-NN

🆕 Find the k-nearest neighbors (k-NN) for your vector data
https://opensearch.org/docs/latest/search-plugins/knn/index/
Apache License 2.0
156 stars 123 forks source link

[Backport 2.x] Adds index and query BWC tests for missing engines (#2035) #2096

Closed shatejas closed 2 months ago

shatejas commented 2 months ago

This is done to make sure that KNN80DocsValueConsumer code path is hit

Signed-off-by: Tejas Shah shatejas@amazon.com (cherry picked from commit e3200260e7360f6ff90600535ac759d11cb1fefb)

Backport of https://github.com/opensearch-project/k-NN/pull/2035

Check List

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. For more information on following Developer Certificate of Origin and signing off your commits, please check here.