python-v0.33.1-beta.2
📦 lancedbView on GitHub →
✨ 1 features🐛 3 fixes🔧 1 symbols
Summary
This release introduces support for datafusion expressions in merge insert predicates and includes several bug fixes related to rerankers and blob query handling.
✨ New Features
- Support datafusion expressions for merge insert predicates (Rust implementation).
🐛 Bug Fixes
- Raise ValueError when the vector_results list is empty in MRR reranker.
- Guard against empty vector_results in RRFReranker.rerank_multivector.
- Route blob query pandas through the scanner in Python.