Fixing changes for GITHUB#12729

This commit is contained in:
Benjamin Trent 2023-11-10 14:37:56 -05:00
parent a47ba3369f
commit fe0ccbd84a
1 changed files with 2 additions and 2 deletions

View File

@ -185,8 +185,8 @@ New Features
(Patrick Zhai)
* GITHUB#12729: Add new Lucene99FlatVectorsFormat for writing vectors in a flat format and refactor
Lucene99ScalarQuantizedVectorsFormat & Lucene99HnswVectorsFormat to reuse the flat formats.
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)
Improvements
---------------------