Skip to content
On this page

sqlite-vss with Datasette

Datasette

sqlite-vss is also distributed as a Datasette plugin with datasette-sqlite-vss, which can be installed like so:

bash
datasette install datasette-sqlite-vss

datasette-sqlite-vss is just a PyPi package and can also be installed with pip. However, datasette install ensures that the plugin will be downloaded in the same Python environment as your Datasette installation, and will automatically include sqlite-vss in future Datasette instances.

If you're using the datasette publish command, you can use the --install flag to include datasette-sqlite-vss in your Datasette projects.

bash
datasette publish cloudrun data.db \
  --service=my-service \
  --install=datasette-sqlite-vss

MIT License