I'm writing a new vector search SQLite Extension
2024-05-02 by Alex Garcia
tl;dr — sqlite-vec will be a new
SQLite extension for vector search, replacing sqlite-vss. It will be an
embeddable "fast enough" vector search tool, that can run anywhere SQLite
runs - including WASM! It's still in active development, but
check out the repo to learn when it
will be ready!
I'm working on a new SQLite extension! It's called
sqlite-vec, an extension for vector
search, written purely in C. It's meant to replace
sqlite-vss, another vector search
SQLite exte...
Read more at alexgarcia.xyz