Change8

v4.2.7

📦 deeplakeView on GitHub →
6 features🐛 2 fixes

Summary

This release introduces significant enhancements to indexing capabilities, batch query support, and rich type handling within Structs, alongside important bug fixes for data consistency and chunking.

✨ New Features

  • BM25 and Inverted index now support full unicode
  • New text index type - Exact, for comparison and `IN` operations
  • Added ability to run batch queries
  • `Struct` types now support other rich types, including images
  • Ability to access raw bytes from the dataset/column
  • Improved tagging and branching apis to support message and timestamp

🐛 Bug Fixes

  • Improved compaction consistency during parallel data modification
  • Fixed chunking strategy to avoid too large chunks