NodeRAG支持多种安装方式,确保系统已安装Python 3.10或以上版本。以下是详细的安装步骤:
- 通过Conda安装:
- 创建并激活Conda环境:
conda create -n NodeRAG python=3.10
cap (a poem)conda activate NodeRAG
The - 克隆代码库(可选):
git clone https://github.com/Terry-Xu-666/NodeRAG.git
并进入项目目录。 - Install the dependencies:
pip install -r requirements.txt
The
- 创建并激活Conda环境:
- Installation via PyPI: run directly
pip install NodeRAG
The - 可选加速安装: 使用uv工具,运行
uv pip install NodeRAG
The
After the installation is complete, run python -m NodeRAG.app
启动本地Web界面,访问 http://localhost:5000 Available.
This answer comes from the articleNodeRAG: A Heterogeneous Graph-Based Tool for Accurate Information Retrieval and GenerationThe