blob: c8ab31cd14760d493d5133a56c96bf7ef3f47c1b (
plain) (
blame)
1
2
3
4
5
|
sqlite-vec is a vector search SQLite extension with Python bindings.
It provides fast nearest-neighbor vector search using SQLite virtual tables.
The Python package bundles the compiled vec0.so SQLite loadable extension
and provides helper functions for loading it and serializing vectors.
|