v0.38.0-beta.1
📦 lancedbView on GitHub →
✨ 5 features
Summary
This release introduces several new features related to computed columns, including declaration via SQL expressions, refreshing capabilities, and support for remote tables. It also enhances index catch-up mechanisms and the refresh_column_async function.
✨ New Features
- Require recorded index catch-up for explicit activation.
- Declare computed columns by SQL expression.
- Refresh computed columns.
- Refresh_column_async now returns a job handle.
- Computed columns are now supported on remote tables.