mirror of https://github.com/apache/lucene.git
Fixing changes for GITHUB#12729
This commit is contained in:
parent
a47ba3369f
commit
fe0ccbd84a
|
@ -185,8 +185,8 @@ New Features
|
||||||
(Patrick Zhai)
|
(Patrick Zhai)
|
||||||
|
|
||||||
* GITHUB#12729: Add new Lucene99FlatVectorsFormat for writing vectors in a flat format and refactor
|
* GITHUB#12729: Add new Lucene99FlatVectorsFormat for writing vectors in a flat format and refactor
|
||||||
Lucene99ScalarQuantizedVectorsFormat & Lucene99HnswVectorsFormat to reuse the flat formats.
|
Lucene99HnswVectorsFormat to reuse the flat format. Added new Lucene99HnswQuantizedVectorsFormat that uses
|
||||||
Additionally, this allows flat formats to be pluggable independent of HNSW. (Ben Trent)
|
quantized vectors for its flat storage. (Ben Trent)
|
||||||
|
|
||||||
Improvements
|
Improvements
|
||||||
---------------------
|
---------------------
|
||||||
|
|
Loading…
Reference in New Issue