CHANGES for #12489.

This commit is contained in:
Adrien Grand 2023-09-14 18:58:52 +02:00
parent 39f3777886
commit 780e684340
1 changed files with 5 additions and 0 deletions

View File

@ -153,6 +153,11 @@ New Features
* GITHUB#12479: Add new Maximum Inner Product vector similarity function for non-normalized dot-product
vector search. (Jack Mazanec, Ben Trent)
* GITHUB#12489: Add support for recursive graph bisection, also called
bipartite graph partitioning, and often abbreviated BP, an algorithm for
reordering doc IDs that results in more compact postings and faster queries,
especially conjunctions. (Adrien Grand)
Improvements
---------------------
* GITHUB#12374: Add CachingLeafSlicesSupplier to compute the LeafSlices for concurrent segment search (Sorabh Hamirwasia)