Change8

v0.22.3

📦 lancedbView on GitHub →
13 features🐛 1 fixes🔧 3 symbols

Summary

This release introduces significant new features like IVF_RQ index type, permutation views, and FTS UDTF in SQL, alongside dependency updates and removal of the default DynamoDB dependency.

✨ New Features

  • Added IVF_RQ index type.
  • Introduced a utility for creating "permutation views".
  • Updated lance dependency to v0.38.3-beta.2 and rust to 1.90.0.
  • Added output_schema method to queries.
  • Removed DynamoDB default dependency.
  • Expanded support for multivector colpali models and enhancements.
  • Implemented codex usage for automatic lance upgrades.
  • Added a permutation reader capable of reading a permutation view.
  • Exposed storage options in the table object.
  • Updated voyage integration.
  • Added FTS UDTF in SQL.
  • Added source information to TableNotFound errors.
  • Added Python Permutation class to mimic hugging face dataset and provide PyTorch dataloader.

🐛 Bug Fixes

  • Relaxed version pins for bytemuck and crunchy dependencies.

🔧 Affected Symbols

IVF_RQ indexoutput_schemaTableNotFound