k-NN
k-NN copied to clipboard
[FEATURE] Support of dynamic efsearch and nprobs value during search for binary index
Dynamic efsearch and nprobe is value during query time will be released in 2.16. One of its PR is https://github.com/opensearch-project/k-NN/pull/1707.
We are also implementing binary index support to be released in 2.16. One of the PR is https://github.com/opensearch-project/k-NN/pull/1747.
Both of them is not merged in main branch yet. When they are merged, we need to make sure that binary index also support dynamic efsearch and nprobe value.