mirror of
https://github.com/asg017/sqlite-vec.git
synced 2026-04-25 08:46:49 +02:00
Add DiskANN graph-based index: builds a Vamana graph with configurable R (max degree) and L (search list size, separate for insert/query), supports int8 quantization with rescore, lazy reverse-edge replacement, pre-quantized query optimization, and insert buffer reuse. Includes shadow table management, delete support, KNN integration, compile flag (SQLITE_VEC_ENABLE_DISKANN), release-demo workflow, fuzz targets, and tests. Fixes rescore int8 quantization bug.
10 lines
138 B
Text
10 lines
138 B
Text
"neighbor_quantizer"
|
|
"binary"
|
|
"int8"
|
|
"n_neighbors"
|
|
"search_list_size"
|
|
"search_list_size_search"
|
|
"search_list_size_insert"
|
|
"alpha"
|
|
"="
|
|
","
|