mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-26 17:16:52 +08:00
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
This commit is contained in:
@ -234,9 +234,8 @@ REGISTER_ENABLED=1
|
|||||||
USE_DOCLING=false
|
USE_DOCLING=false
|
||||||
|
|
||||||
# Enable Mineru
|
# 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.
|
# 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_DELETE_OUTPUT=0 # keep output directory
|
||||||
# MINERU_BACKEND=pipeline # or another backend you prefer
|
# MINERU_BACKEND=pipeline # or another backend you prefer
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user