mirror of
https://github.com/asg017/sqlite-vec.git
synced 2026-04-25 08:46:49 +02:00
Add rescore index type: stores full-precision float vectors in a rowid-keyed shadow table, quantizes to int8 for fast initial scan, then rescores top candidates with original vectors. Includes config parser, shadow table management, insert/delete support, KNN integration, compile flag (SQLITE_VEC_ENABLE_RESCORE), fuzz targets, and tests.
7 lines
55 B
Text
7 lines
55 B
Text
*.dSYM
|
|
targets/
|
|
corpus/
|
|
crash-*
|
|
leak-*
|
|
timeout-*
|
|
*.log
|