v2.4.3
Breaking Changes📦 mistral-clientView on GitHub →
⚠ 1 breaking✨ 1 features🔧 2 symbols
Summary
This release removes the 'id' parameter from 'mistral.ocr.process()' and introduces a new registration method for RAG ingestion pipeline configurations.
⚠️ Breaking Changes
- The 'id' parameter has been removed from the 'mistral.ocr.process()' function call. Users must update calls to remove this argument.
Migration Steps
- Remove the 'id' argument when calling 'mistral.ocr.process()'.
✨ New Features
- Added 'mistral.beta.rag.ingestion_pipeline_configurations.register()' method.