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 利用クライアントは更新が必要