Y
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
Octplane
363 days ago
It's provided via
https://github.com/asg017/sqlite-vec
link
ethan_smith
363 days ago
SQLite itself doesn't have native embedding search, but extensions like sqlite-vss and sqlite-vectorize add vector similarity search capabilities to SQLite.
link