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
- @jeremydixon22 made their first contribution in #49
- @Satchitananda made their first contribution in #51
- @marcobambini made their first contribution in #53
Full Changelog: 1.0.0...1.1.0