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

Fix bug where quantization framework does not work with training #2100

Closed ryanbogan closed 2 weeks ago

ryanbogan commented 2 weeks ago

Description

Currently, the quantization framework is broken and does not work when training. This PR fixes this bug, so the vectors are properly quantized when the framework is enabled

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.

ryanbogan commented 2 weeks ago

Rolling upgrade failure not related to this PR