conda create -n graphrag python=3.11 -y conda activate graphrag pip install -r requirements.txt # 当前仅启用阶段0(数据获取)依赖 注意:本机默认 ...