tursodatabase / libsql

libSQL is a fork of SQLite that is both Open Source, and Open Contributions.
https://turso.tech/libsql
MIT License
9.43k stars 248 forks source link

Feature request: Vector types, indices and search #244

Open nileshtrivedi opened 1 year ago

nileshtrivedi commented 1 year ago

Postgresql is starting to have extensions for semantic/similarity search: pgvector, pg_embedding

It would be amazing to have similar capabilites in sqlite. One use-case would be to have semantic search capabilities in Datasette.

penberg commented 1 year ago

@nileshtrivedi There's a SQLite extension https://github.com/asg017/sqlite-vss in development that works fine with libSQL.