# DeepSeek API (required for entity extraction + QA) DEEPSEEK_API_KEY=your_deepseek_api_key_here 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