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
152 stars 113 forks source link

Improving Defaults Hyper Parameter for Binary Quantization Indexes #2087

Closed Vikasht34 closed 2 weeks ago

Vikasht34 commented 2 weeks ago

Description

This PR contains changes to change default hyper parameter in case of Binary Quantization from 100 to 256 for ef Search and ef Construction and also changes the default oversampling factor from 2.x to 3.x.

Related Issues

https://github.com/opensearch-project/k-NN/issues/1949

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.