Using sqlite-vec
in Datasette ​
Datasette 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
.