python-v0.24.1
📦 lancedbView on GitHub →
✨ 4 features🐛 3 fixes
Summary
This release introduces batch Ollama embedding support and upgrades the underlying Lance dependency to 0.31.1, alongside several bug fixes for error handling and dataset updates.
✨ New Features
- Batch Ollama embed calls are now supported.
- Upgraded to lance version 0.31.0-beta.1.
- Added support to specify num_partitions and num_bits during operations.
- Updated lance dependency to version 0.31.1.
🐛 Bug Fixes
- Fixed an issue where parsing errors from invalid object store URIs were not being exposed.
- Ensured that the dataset is only updated monotonically.
- Changed the behavior for unimplemented remote table functions from returning to raising an exception.