v0.24.0
Breaking Changes📦 lancedbView on GitHub →
⚠ 1 breaking✨ 6 features🐛 2 fixes🔧 1 symbols
Summary
This release introduces several performance enhancements like parallelized embedding computations and adds support for the voyage-multimodal-3.5 model. A significant breaking change involves the removal of default features in the Rust component.
⚠️ Breaking Changes
- The Rust implementation has removed default features. Users relying on default features must now explicitly enable them.
Migration Steps
- If using the Rust component, explicitly enable any features that were previously enabled by default.
✨ New Features
- Added support for the voyage-multimodal-3.5 model.
- Implemented support for remote IVF (Inverted File Index) range queries (rq).
- Parallelized embedding computations for improved performance.
- Enabled the huggingface feature by default.
- Exposed the table URI.
- Updated the internal lance dependency to v1.0.3.
🐛 Bug Fixes
- Fixed an issue where explicit region specification is now required for S3 buckets containing dots.
- Added support for the `exist_ok` parameter in `RemoteDBConnection.create_table`.