Change8

v0.37.1-beta.0

📦 lancedbView on GitHub →
5 features🐛 4 fixes🔧 4 symbols

Summary

This release introduces new features for full-text search, query optimization, and batched reads, alongside several bug fixes for rerankers, metadata handling, and versioning.

✨ New Features

  • Added block size configuration for full-text search (fts).
  • Added `use_lsm` option to read MemWAL LSM data.
  • Support for batched blob range reads.
  • Exposed `AsyncTable.to_lance` in the Python API.
  • Configurable streaming transform parallelism in the Python API.

🐛 Bug Fixes

  • Fixed a crash in AnswerdotaiRerankers/ColbertReranker when `return_score` was set to 'all'.
  • Preserved row count in MetadataEraserExec for zero-column batches.
  • Accepted either timestamp or timestamp_millis for versions.
  • Rejected non-string Arrow metadata in the Node.js client.

Affected Symbols