Skip to content

v0.1.2

Compare
Choose a tag to compare
@asg017 asg017 released this 13 Sep 16:13
· 20 commits to main since this release

A small release with multiple bug fixes, Android+iOS support, and small improvements.

  • Windows builds have been fixed! We now use MSVC to mingw, meaning it should work now for more Window environments.
  • Experimental Android + iOS support! We now publish pre-compiled loadable libraries for various Android and iOS platforms. Watch #102 and #103 for future updates.
  • Smaller bug fixes and improvements. Go builds should be easier, better WASM support, UPDATE and DELETE fixes on vec0 tables with primary keys, etc.

sqlite-vec related news

Online Discord Events

Thanks to everyone who has attended our recent sqlite-vec online events, hosted in the Mozilla AI Discord!

Our next event: Hybrid Search with SQLite's FTS5 and sqlite-vec on October 2nd. Come through!

In case you missed the previous ones, here are links to their recordings and notes:

op-sqlite Support sqlite-vec for React Native

The op-sqlite project now support sqlite-vec for React Native projects! It's a single 1-line configuration change to enable sqlite-vec support for Android and iOS projects, super easy! Thanks @ospfranco for getting that in!

txtai has sqlite-vec Support

Introduced in this PR, txtai now has sqlite-vec as a supported vector store - thanks @davidmezzetti for getting that in!

sqlite-vec in probabl Livestream

Recently @koaning livestreamed some thoughts, code, and notebooks on how to use sqlite-vec in different data science related workflows. You can find the livestream here, check it out!

Coming soon

  • Better documentation!
  • float16, int4 support
  • PARTITION BY support
  • Metadata filtering  👀