python-v0.33.1-beta.0
📦 lancedbView on GitHub →
✨ 2 features🔧 4 symbols
Summary
This release unifies the sync and async create_index APIs and routes merge_insert operations through the MemWAL LSM write path for improved consistency and performance.
✨ New Features
- Unify sync create_index API to match async API.
- Route merge_insert through the MemWAL LSM write path.