kaivalnp opened a new pull request, #16687: URL: https://github.com/apache/lucene/pull/16687
### Description Scalar quantization support for `FLOAT16` vectors was recently added in #16473. During merging of `FLOAT32` vectors, the quantized version is used to build HNSW graphs. Fixing the `FLOAT16` path to be consistent with `FLOAT32`, instead of using the input vectors during merge, which can be memory intensive. -- 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]
