You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This exciting Lucene change will reorder Lucene documents to create a more compact HNSW graph while merging.
It's useful for vector-heavy Lucene indices that do not otherwise have a preference on how the documents are statically sorted.
The nightly benchy now tests KNN indexing+searching in several places: twice from nightlyBench.py for quantized and unquantized highly concurrent indexing performance, again in nightlyBench.py into the single-threaded consistent-segment-geometry search index, and again in runNightlyKnn.py which runs knnPerfTest in several configurations.
Let's try turning on this new BP reordering in some of these?
The text was updated successfully, but these errors were encountered:
This exciting Lucene change will reorder Lucene documents to create a more compact HNSW graph while merging.
It's useful for vector-heavy Lucene indices that do not otherwise have a preference on how the documents are statically sorted.
The nightly benchy now tests KNN indexing+searching in several places: twice from
nightlyBench.py
for quantized and unquantized highly concurrent indexing performance, again innightlyBench.py
into the single-threaded consistent-segment-geometry search index, and again inrunNightlyKnn.py
which runsknnPerfTest
in several configurations.Let's try turning on this new BP reordering in some of these?
The text was updated successfully, but these errors were encountered: