v0.38.0-beta.14
Breaking Changes📦 lancedbView on GitHub →
⚠ 1 breaking✨ 1 features🐛 1 fixes🔧 1 symbols
Summary
This release introduces support for GPU resource requirements in functions and fixes a bug related to multiple function bindings per table.
⚠️ Breaking Changes
- Support for GPU resource requirements in functions has been added, which may affect existing function definitions if they relied on specific CPU-bound assumptions.
✨ New Features
- Added support for GPU resource requirements in functions.
🐛 Bug Fixes
- Resolved an issue that prevented multiple function bindings from being associated with a single table.