Skip to content

Releases: asg017/sqlite-vec

v0.1.2-alpha.6

12 Aug 22:40
Compare
Choose a tag to compare
v0.1.2-alpha.6 Pre-release
Pre-release

Bump sqlite-dist to fix nextjs url issue.

v0.1.2-alpha.5

11 Aug 06:38
Compare
Choose a tag to compare
v0.1.2-alpha.5 Pre-release
Pre-release

Fixes for SQLITE_VEC_OMIT_FS to ensure stdio.h is never used.

v0.1.2-alpha.4

10 Aug 19:23
Compare
Choose a tag to compare
v0.1.2-alpha.4 Pre-release
Pre-release
  • 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

09 Aug 19:20
Compare
Choose a tag to compare
v0.1.2-alpha.2 Pre-release
Pre-release

Fix UPDATE and DELETE statements on vec0 tables with text primary keys.

v0.1.2-alpha.1

09 Aug 18:10
Compare
Choose a tag to compare
v0.1.2-alpha.1 Pre-release
Pre-release

A few C fixes and new compile-time options.

v0.1.1

06 Aug 00:11
Compare
Choose a tag to compare
  • Datasette and sqlite-utils bindings have been fixed and should now work properly.
  • Python sqlite-vec package now expose serialize_float32() and serialize_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

06 Aug 00:04
Compare
Choose a tag to compare
v0.1.1-alpha.3 Pre-release
Pre-release

Adds support for statically linking with SQLite versions as low as 3.31.1

v0.1.1-alpha.2

05 Aug 23:13
Compare
Choose a tag to compare
v0.1.1-alpha.2 Pre-release
Pre-release

Same as previous pre-release, except now I fixed my PyPi credentials.

v0.1.1-alpha.1

05 Aug 23:05
Compare
Choose a tag to compare
v0.1.1-alpha.1 Pre-release
Pre-release

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`

01 Aug 10:09
Compare
Choose a tag to compare

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!