Comment on Retrieval Augmented Generation Based on SQLiteComments−almosthere1ySqlite has an embedding search? Or is that being provided by this tool?−Octplane1yIt's provided via https://github.com/asg017/sqlite-vec−ethan_smith1ySQLite itself doesn't have native embedding search, but extensions like sqlite-vss and sqlite-vectorize add vector similarity search capabilities to SQLite.
Comments
Sqlite has an embedding search? Or is that being provided by this tool?
It's provided via https://github.com/asg017/sqlite-vec
SQLite itself doesn't have native embedding search, but extensions like sqlite-vss and sqlite-vectorize add vector similarity search capabilities to SQLite.