mirror of
https://github.com/asg017/sqlite-vec.git
synced 2026-04-25 08:46:49 +02:00
13 lines
613 B
Markdown
13 lines
613 B
Markdown
# Using `sqlite-vec` in Datasette
|
|
|
|
[](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`.
|