Skip to content

1.1.0

Latest

Choose a tag to compare

@Gioee Gioee released this 24 Aug 21:16
· 6 commits to main since this release

Packages

Flutter/Dart: flutter pub add sqlite_vector:1.1.0 or dart pub add sqlite_vector:1.1.0
Node: npm install @sqliteai/sqlite-vector
WASM: npm install @sqliteai/sqlite-wasm
Android: ai.sqlite:vector:1.1.0
Python: pip install sqliteai-vector
Swift: Installation Guide


What's Changed

  • fix: replace static __m256i initializer with byte array to fix GCC 13 build by @jeremydixon22 in #49
  • Fix deprecated .iOS(.v11) platform declaration by @Satchitananda in #51
  • Source audit: 13 defects fixed, SIMD kernels actually built and tested by @marcobambini in #53
  • Top-k in a heap, and integer kernels that use the instructions built for them by @marcobambini in #54
  • One TurboQuant lookup implementation instead of six by @marcobambini in #55
  • Benchmark target, README that matches it, and release 1.1.0 by @marcobambini in #56

New Contributors

Full Changelog: 1.0.0...1.1.0