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] Integrates KNN plugin with ConcurrentSearchRequestDecider interface (… #2126

Closed shatejas closed 1 month ago

shatejas commented 1 month ago

…#2111)

This allows knn queries to enable concurrency when index.search.concurrent_segment_search.mode or search.concurrent_segment_search.mode in auto mode. Without this the default behavior of auto mode is non-concurrent search

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

Description

Backport for https://github.com/opensearch-project/k-NN/pull/2111

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.

navneet1v commented 1 month ago

@shatejas please fix the ITs.