Adding CHANGES for PR #12582

This commit is contained in:
Benjamin Trent 2023-10-27 15:52:26 -04:00
parent 09da2291c5
commit c3f48587fd
1 changed files with 3 additions and 0 deletions

View File

@ -167,6 +167,9 @@ New Features
* GITHUB#12685: Lucene now records if documents have been indexed as blocks in SegmentInfo. This is recorded on a per
segment basis and maintained across merges. The property is exposed via LeafReaderMetadata. (Simon Willnauer)
* GITHUB#12582: Add int8 scalar quantization to the HNSW vector format. This optionally allows for more compact lossy
storage for the vectors, requiring about 75% memory for fast HNSW search. (Ben Trent)
Improvements
---------------------
* GITHUB#12523: TaskExecutor waits for all tasks to complete before returning when Exceptions