From 0f8f35bd5b3bb97419fa3786f935d3a2369f8d33 Mon Sep 17 00:00:00 2001 From: Yongteng Lei Date: Thu, 25 Dec 2025 15:04:08 +0800 Subject: [PATCH] Refa: remove MinerU settings from .env (#12201) Removed MinerU configuration from .env file. ### What problem does this PR solve? Remove MinerU settings from .env. ### Type of change - [x] Refactoring --- docker/.env | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docker/.env b/docker/.env index 03f3e687f..09944c013 100644 --- a/docker/.env +++ b/docker/.env @@ -234,9 +234,8 @@ REGISTER_ENABLED=1 USE_DOCLING=false # Enable Mineru -USE_MINERU=false -MINERU_EXECUTABLE="$HOME/uv_tools/.venv/bin/mineru" # Uncommenting these lines will automatically add MinerU to the model provider whenever possible. +# More details see https://ragflow.io/docs/faq#how-to-use-mineru-to-parse-pdf-documents. # MINERU_DELETE_OUTPUT=0 # keep output directory # MINERU_BACKEND=pipeline # or another backend you prefer