We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a47ba33 commit fe0ccbdCopy full SHA for fe0ccbd
lucene/CHANGES.txt
@@ -185,8 +185,8 @@ New Features
185
(Patrick Zhai)
186
187
* GITHUB#12729: Add new Lucene99FlatVectorsFormat for writing vectors in a flat format and refactor
188
- Lucene99ScalarQuantizedVectorsFormat & Lucene99HnswVectorsFormat to reuse the flat formats.
189
- Additionally, this allows flat formats to be pluggable independent of HNSW. (Ben Trent)
+ Lucene99HnswVectorsFormat to reuse the flat format. Added new Lucene99HnswQuantizedVectorsFormat that uses
+ quantized vectors for its flat storage. (Ben Trent)
190
191
Improvements
192
---------------------
0 commit comments