Hacker News new | ask | show | jobs
by almosthere 363 days ago
Sqlite has an embedding search? Or is that being provided by this tool?
2 comments

SQLite itself doesn't have native embedding search, but extensions like sqlite-vss and sqlite-vectorize add vector similarity search capabilities to SQLite.