documentation-website icon indicating copy to clipboard operation
documentation-website copied to clipboard

[DOC] Lucene Inbuilt Byte Quantization

Open naveentatikonda opened this issue 1 year ago • 5 comments

What do you want to do?

  • [ ] Request a change to existing documentation
  • [x] Add new documentation
  • [ ] Report a technical problem with the documentation
  • [ ] Other

Tell us about your request. Provide a summary of the request and all versions that are affected. Since OpenSearch version 2.9, users can ingest byte vectors using the Lucene Byte Vector feature. But, Cx still need to do the quantization on their end to convert floats into bytes as it only accepts the byte range [-128 to 127]. But, now lucene added support for inbuilt scalar quantization where it takes float vectors as input and quantizes them into byte vectors which removes the overhead for the Cx besides improving the performance and memory optimization.

What other resources are available? Provide links to related issues, POCs, steps for testing, etc. https://github.com/opensearch-project/k-NN/issues/1277

naveentatikonda avatar Feb 22 '24 18:02 naveentatikonda

Can someone pls add v2.13 label to this issue

naveentatikonda avatar Feb 22 '24 18:02 naveentatikonda

@hdhalter Please change the label to v2.14.0. Thanks!

naveentatikonda avatar Mar 19 '24 16:03 naveentatikonda

Hi @naveentatikonda , what is your ETA for producing the doc PR? To meet entrance criteria, the PR must be open and in review by 4/30. Thanks!

hdhalter avatar Apr 24 '24 23:04 hdhalter

@hdhalter Can you please change the label to 2.15

naveentatikonda avatar Apr 24 '24 23:04 naveentatikonda

Will do, thanks, @naveentatikonda !

hdhalter avatar Apr 24 '24 23:04 hdhalter

@hdhalter Pls change the label to 2.16

naveentatikonda avatar Jun 06 '24 17:06 naveentatikonda

@naveentatikonda - Is this on track for 2.16? Thanks!

hdhalter avatar Jul 22 '24 19:07 hdhalter

Yes @hdhalter, will create a draft PR today by EOD

naveentatikonda avatar Jul 22 '24 21:07 naveentatikonda