python - v2.4.3 - 2026-04-27 12:54:54
Mistral Python SDK v2.4.3 — RAG 取り込みパイプライン設定の登録 API を追加、OCR から request.id 削除
エージェント期 Mistral AI SDK・CLI・周辺ツールの更新 コード(生成・補完・実行)
2026-04-27 · Mistral AI Python Client Releases
English summary
Mistral's Python client v2.4.3 includes a notable RAG-side addition: `mistral.beta.rag.ingestion_pipeline_configurations.register()` is new, allowing clients to register document ingestion pipeline configurations. As a breaking change, `mistral.ocr.process()` has dropped its `request.id` parameter, so OCR callers need updating.
Mistral 公式 Python クライアント v2.4.3 は RAG 系に注目すべき追加がある。mistral.beta.rag.ingestion_pipeline_configurations.register() が新設され、RAG への文書取り込みパイプラインを設定として登録できるようになった。破壊的変更として mistral.ocr.process() から request.id が削除されており、OCR を呼び出しているクライアントは更新が必要。
ポイント
mistral.beta.rag.ingestion_pipeline_configurations.register() を新設
- RAG への文書取り込みパイプラインを設定として登録できる
mistral.ocr.process() から request.id を削除(破壊的変更)
- OCR 利用クライアントは更新が必要
ソース
Mistral AI Python Client Releases