This commit is contained in:
Alex Garcia 2024-08-01 02:45:36 -07:00
parent 5be4c980ca
commit 09c3f05759
12 changed files with 120 additions and 47 deletions

View file

@ -2,6 +2,12 @@
[![Datasette](https://img.shields.io/pypi/v/datasette-sqlite-vec.svg?color=B6B6D9&label=Datasette+plugin&logoColor=white&logo=python)](https://datasette.io/plugins/datasette-sqlite-vec)
[Datasette](https://datasette.io/) users can install `sqlite-vec` into their Datasette instances with the `datasette-sqlite-vec` plugin:
```bash
datasette install datasette-sqlite-vec
```
After installing, future Datasette instances will have `sqlite-vec` SQL functions loaded in.
"Unsafe" functions like static blobs and NumPy file reading are not available with `datasette-sqlite-vec`.