←back to thread

86 points emzo | 1 comments | | HN request time: 0.322s | source
Show context
almosthere ◴[] No.44367090[source]
Sqlite has an embedding search? Or is that being provided by this tool?
replies(2): >>44367125 #>>44370309 #
1. 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.