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

Align dimensions to the nearest multiple of 8 in QuantizationState #2010

Closed Vikasht34 closed 2 months ago

Vikasht34 commented 2 months ago

Description

This PR contains some code structure Modification feedback on Package name and Align dimensions to the nearest multiple of 8 in QuantizationState, This will be case when float vector is not multiple of 8 and we want same experience as current float vector ingestion.

Related Issues

Resolves #[Issue number to be closed when this PR is merged]

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.