Skip to content

Getting Started

Welcome to the UltraRepo Graph RAG project! Follow these steps to get up and running:

1. Clone the Repository

git clone https://github.com/UltraRepo/graph-rag.git
cd graph-rag

2. Install Dependencies

Make sure you have Python and pip installed. Then run:

pip install -r requirements.txt

3. Start the Server

uvicorn src.main:app --reload

You're ready to go!