SQLite has an official vector extension that should be used in preference to a third party option, since it will likely have better updates and long-term support:

https://github.com/sqliteai/sqlite-vector

This will likely involve changing code.

Comments

r_h-l created an issue. See original summary.

r_h-l’s picture

Component: Documentation » Code
Issue summary: View changes
Issue tags: -Documentation
jimyhuang’s picture

Seems SQLite-vector have greater implementation.

Is there any document metion about the "official" status of SQLite.ai / SQLite-vector? I searched a while, doesn't find the official status. And the license is Elastic License 2.0.

r_h-l’s picture

It's advertised on their main website: https://www.sqlite.ai/sqlite-vector , and listed in their docs https://docs.sqlitecloud.io/docs/sqlite-vector, both of which link to that github repository. I don't know if that site is actually from the SQLite.org people, so not sure.

jimyhuang’s picture

Assigned: Unassigned » jimyhuang
Priority: Normal » Major

I'd like to give sqliteai/sqlite-vector a try. It's because the last commit of sqlite-vec is on Jan 2025. Thanks for your helpful information.