Pulkitg64 opened a new pull request, #16383: URL: https://github.com/apache/lucene/pull/16383
### Description Introduce a new FLOAT16 VectorEncoding that stores vectors at half precision (16 bits per dimension, represented as short[]). This introduces the raw fp16 encoding only; scalar quantization of fp16 vectors is intentionally excluded for simplifying the PR and reviewing process. Will raise another PR with quantization support. Initital full PR with both new encoding and quantization support: #15549 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
