feat: 新增 mineru_mvp 文档解析组件并适配 Linux 路径
This commit is contained in:
@@ -5,6 +5,10 @@ DEEPSEEK_BASE_URL=https://api.deepseek.com
|
||||
# MinerU (required for document parsing)
|
||||
MINERU_API_TOKEN=your_mineru_api_token_here
|
||||
|
||||
# MinerU venv path (absolute path to python.exe)
|
||||
MINERU_PYTHON=F:/GraphRAGAgent/mineru_mvp/.venv/Scripts/python.exe
|
||||
MINERU_PIPELINE=F:/GraphRAGAgent/mineru_mvp/pipeline.py
|
||||
# MinerU venv path (absolute path to the python interpreter in mineru_mvp's venv)
|
||||
# Linux: /home/user/GraphRAGAgent/mineru_mvp/.venv/bin/python
|
||||
# Windows: F:/GraphRAGAgent/mineru_mvp/.venv/Scripts/python.exe
|
||||
MINERU_PYTHON=/root/projects/GraphRAGAgent/mineru_mvp/.venv/bin/python
|
||||
# Linux: /home/user/GraphRAGAgent/mineru_mvp/pipeline.py
|
||||
# Windows: F:/GraphRAGAgent/mineru_mvp/pipeline.py
|
||||
MINERU_PIPELINE=/root/projects/GraphRAGAgent/mineru_mvp/pipeline.py
|
||||
|
||||
Reference in New Issue
Block a user