←back to thread

86 points emzo | 3 comments | | HN request time: 0.422s | source
1. almosthere ◴[] No.44367090[source]
Sqlite has an embedding search? Or is that being provided by this tool?
replies(2): >>44367125 #>>44370309 #
2. Octplane ◴[] No.44367125[source]
It's provided via https://github.com/asg017/sqlite-vec
3. ethan_smith ◴[] No.44370309[source]
SQLite itself doesn't have native embedding search, but extensions like sqlite-vss and sqlite-vectorize add vector similarity search capabilities to SQLite.