sqlite-vec Vector Search Extension for SQLite
sqlite-vec is a lightweight SQLite extension for vector similarity search. Written in pure C with zero dependencies, it runs anywhere SQLite runs—Linux, macOS, Windows, WASM in browsers, and Raspberry Pis—and supports float, int8, and binary vector storage.
What it does
sqlite-vec Vector Search Extension for SQLite
sqlite-vec is a lightweight SQLite extension for vector similarity search. Written in pure C with zero dependencies, it runs anywhere SQLite runs—Linux, macOS, Windows, WASM in browsers, and Raspberry Pis—and supports float, int8, and binary vector storage.
Installation
Requirements and caveats from upstream:
- | Python | pip install sqlite-vec | sqlite-vec with Python | [
](https://pypi...
- | Node.js | npm install sqlite-vec | sqlite-vec with Node.js | [
](https://www....
Basic usage or getting-started notes:
-
| Datasette | datasette install datasette-sqlite-vec | sqlite-vec with Datasette | [