Change8

v0.24.0-beta.0

Breaking Changes
📦 lancedbView on GitHub →
1 breaking5 features🐛 2 fixes🔧 1 symbols

Summary

This release introduces several performance and feature enhancements, including support for voyage-multimodal-3.5 and parallelized embedding computations, alongside a breaking change removing default features in the Rust component.

⚠️ Breaking Changes

  • The default features for the Rust component have been removed. Users must now explicitly enable necessary features.

Migration Steps

  1. If using the Rust component, ensure all required features are explicitly enabled, as default features have been removed.

✨ New Features

  • Added support for the voyage-multimodal-3.5 model.
  • Implemented support for remote IVF (Inverted File Index) Range Query (RQ).
  • Parallelized embedding computations for improved performance.
  • Enabled the huggingface feature by default.
  • Exposed the table URI.

🐛 Bug Fixes

  • Fixed an issue where an explicit region is now required for S3 buckets containing dots.
  • Added support for the `exist_ok` parameter in `RemoteDBConnection.create_table`.

Affected Symbols