Skip to content

v0.1.1

Compare
Choose a tag to compare
@asg017 asg017 released this 20 Jul 15:35
· 13 commits to main since this release

Check out the sqlite-vss v0.1.1 Annotated Release Notes for more information.

Added

  • Experimental Elixir bindings. Thanks to @trodrigu for contributing!
  • Experimental Ruby bindings
  • Experimental Go bindings
  • Experimental Rust bindings
  • A new metric_type= argument to vss0 column definition, to configure which distance algorithm to use. Thanks to @dleviminzi for contributing!
  • A new vss_cosine_similarity() function. Thanks to @dleviminzi for contributing!

Fixed

  • Multiple memory leaks and related memory management issues. Big thanks to @polterguy for their hard work on this!
  • A bug when inserting and deleting vss0 rows in the same transactions, like with UPSERT-like statements.
  • Querying vector columns in vss0 tables now return the BLOB representation of that vector, instead of NULL.

Thanks

Thank you all for your contributions that make up this release!

@mattvr @Miserlou @penberg @linonetwo @learning4life @mattn @trodrigu @gworkman @tgfjt @polterguy @dleviminzi