What's Changed
🚀 Features
- Implemented Python 3.10+ syntax optimizations (match statements, dict merge operators)
- Renamed
auto-classify-document-typeextra todocument-classification
🐛 Fixes
- Changed
auto_detect_document_typedefault toFalseto prevent import errors - Document classification now requires explicit opt-in
📦 Installation
pip install kreuzberg==3.11.0For document classification:
pip install "kreuzberg[document-classification]==3.11.0"