sqlite-vec/site/getting-started/installation.md
2024-06-22 16:46:33 -07:00

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.

::: 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.