mirror of
https://github.com/asg017/sqlite-vec.git
synced 2026-04-25 08:46:49 +02:00
Add inverted file (IVF) index type: partitions vectors into clusters via k-means, quantizes to int8, and scans only the nearest nprobe partitions at query time. Includes shadow table management, insert/delete, KNN integration, compile flag (SQLITE_VEC_ENABLE_IVF), fuzz targets, and tests. Removes superseded ivf-benchmarks/ directory.
16 lines
111 B
Text
16 lines
111 B
Text
"nlist"
|
|
"nprobe"
|
|
"quantizer"
|
|
"oversample"
|
|
"binary"
|
|
"int8"
|
|
"none"
|
|
"="
|
|
","
|
|
"("
|
|
")"
|
|
"0"
|
|
"1"
|
|
"128"
|
|
"65536"
|
|
"65537"
|