Releases: asg017/sqlite-vec
v0.1.2-alpha.6
Bump sqlite-dist to fix nextjs url issue.
v0.1.2-alpha.5
Fixes for SQLITE_VEC_OMIT_FS
to ensure stdio.h is never used.
v0.1.2-alpha.4
- Ensure sqlite-vec can staticly compile with
SQLITE_THREADSAFE
correctly - Bump sqlite-dist to fix CJS issue in npm packages.
v0.1.2-alpha.2
Fix UPDATE and DELETE statements on vec0 tables with text primary keys.
v0.1.2-alpha.1
A few C fixes and new compile-time options.
v0.1.1
- Datasette and
sqlite-utils
bindings have been fixed and should now work properly. - Python
sqlite-vec
package now exposeserialize_float32()
andserialize_int8()
functions that serialize vectors in the compact BLOB format that sqlite-vec uses. - You can now statically link
sqlite-vec
in projects that use SQLite version 3.31.1 or later.
v0.1.1-alpha.3
Adds support for statically linking with SQLite versions as low as 3.31.1
v0.1.1-alpha.2
Same as previous pre-release, except now I fixed my PyPi credentials.
v0.1.1-alpha.1
bump sqlite-dist
in the release process to test fixing Datasette and sqlite-utils bindings.
v0.1.0: The first stable release of `sqlite-vec`
sqlite-vec
v0.1.0 is finally here!
See the announcement blog post for more information: https://alexgarcia.xyz/blog/2024/sqlite-vec-stable-release/index.html
This is the first "stable" release of sqlite-vec
, meaning developers should feel free to use it inside their projects. The project is still pre-v1, so expected breaking changes in future v0.2.0
releases and beyond.
Key features in this release:
vec0
virtual table that efficiently store and query vectors- Binary quantization support
- Install with pip, npm, gem, go, cargo, or with pre-compiled binaries
Try it out today!