Comment on Sqlite-vec: Work-in-progress vector search SQLite extension that runs anywhereparentComments−simonw2yYes! There's a bug in the datasette-sqlite-vec plugin right now but expect a fix shortly.−simonw2yIn the meantime this workaround works: pip install sqlite-vec datasette --load-extension "$(python -c 'print(__import__("sqlite_vec").loadable_path())')"
Comments
Yes! There's a bug in the datasette-sqlite-vec plugin right now but expect a fix shortly.
In the meantime this workaround works: