From ebf7f165017fbf858c4432af72c74e90c577b3ab Mon Sep 17 00:00:00 2001 From: Classic298 <27028174+Classic298@users.noreply.github.com> Date: Sat, 20 Dec 2025 14:42:34 +0100 Subject: [PATCH] Update env-configuration.mdx --- docs/getting-started/env-configuration.mdx | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/getting-started/env-configuration.mdx b/docs/getting-started/env-configuration.mdx index 5ec2faef..cf3f7e85 100644 --- a/docs/getting-started/env-configuration.mdx +++ b/docs/getting-started/env-configuration.mdx @@ -2138,6 +2138,7 @@ Note: this configuration assumes that AWS credentials will be available to your - `docling` - Use Docling engine - `document_intelligence` - Use Document Intelligence engine - `mistral_ocr` - Use Mistral OCR engine + - `mineru` - Description: Sets the content extraction engine to use for document ingestion. - Persistence: This environment variable is a `PersistentConfig` variable. @@ -2270,6 +2271,13 @@ DOCLING_PARAMS="{\"do_ocr\": true, \"ocr_engine\": \"tesseract\", \"ocr_lang\": ::: +#### `MINERU_API_TIMEOUT` + +- Type: `str` +- Default: `300` +- Description: Sets the timeout in seconds for MinerU API requests during document processing. +- Persistence: This environment variable is a `PersistentConfig` variable. + ## Retrieval Augmented Generation (RAG) ### Core Configuration