benwtrent opened a new pull request, #15353: URL: https://github.com/apache/lucene/pull/15353
Users should utilize the new 104 scalar quantization format with the asymmetric quantization encoding. When migrating to the new format, the main change will be instead of using `new Lucene102HnswBinaryQuantizedVectorsFormat()`, user's should use `new Lucene104HnswScalarQuantizedVectorsFormat(ScalarEncoding.SINGLE_BIT_QUERY_NIBBLE, DEFAULT_MAX_CONN, DEFAULT_BEAM_WIDTH, DEFAULT_NUM_MERGE_WORKER, null, HNSW_GRAPH_THRESHOLD)` -- 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]
