Active
Project:
SQLite VDB Provider
Version:
1.1.x-dev
Component:
Code
Priority:
Major
Category:
Feature request
Assigned:
Reporter:
Created:
30 Jan 2026 at 20:48 UTC
Updated:
11 Feb 2026 at 19:09 UTC
Jump to comment: Most recent
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
Comment #2
r_h-l commentedComment #3
jimyhuang commentedSeems 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.
Comment #4
r_h-l commentedIt'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.
Comment #5
jimyhuang commentedI'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.