Install from PyPI
Learn how to install NodeRAG using pip.
This guide provides simple instructions for installing NodeRAG from PyPI.
less than a minute
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.
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.