v0.25.0-beta.0
📦 lancedbView on GitHub →
✨ 2 features🐛 6 fixes🔧 4 symbols
Summary
This release introduces configuration for the permutation builder memory limit and adds support for VoyageAI v4 models. Several bugs related to pydantic validation, PIL usage, and query cancellation have also been resolved.
✨ New Features
- Allow the permutation builder memory limit to be configured via an environment variable.
- Added support for VoyageAI v4 models in the Python client.
🐛 Bug Fixes
- Fixed issue where pydantic validation failed for lists of structs or optional structs.
- Prevented storing all columns in the permutation table.
- Resolved an issue where the Python client used PIL incorrectly, potentially raising AttributeError.
- Enabled support for embeddings when using create_empty_table in Rust.
- Ensured remote queries are cancelled upon interruption of the sync API in Python.
- Included _rowid in hash and calculated split projections.