Install from PyPI

Learn how to install NodeRAG using pip. This guide provides simple instructions for installing NodeRAG from PyPI.

Conda Setup

Create and activate a virtual environment for NodeRAG:

conda create -n NodeRAG python=3.10
conda activate NodeRAG

Install uv (Optional: Faster Package Installation)

To speed up package installation, use uv:

pip install uv

Install NodeRAG

Install NodeRAG using uv for optimized performance:

uv pip install NodeRAG

For the next step, see the build documentation to index your corpus.


Last modified April 5, 2025: update reproduce (f23a25c)