mirror of
https://github.com/asg017/sqlite-vec.git
synced 2026-04-25 16:56:27 +02:00
857 B
857 B
Installing
You have several options to include sqlite-vec into your projects, including
PyPi packages for Python, NPM packages for Node.js, Gems for Ruby, and more.
With popular package managers
::: code-group
pip install sqlite-vec
npm install sqlite-vec
bun install sqlite-vec
deno add npm:sqlite-vec
gem install sqlite-vec
cargo add sqlite-vec
go get -u github.com/asg017/sqlite-vec/bindings/go/cgo
datasette install datasette-sqlite-vec
sqlite-utils install sqlite-utils-sqlite-vec
:::
Alternatively, you can download pre-compiled loadable extensions from the
sqlite-vec Github Releases.