CLASSIFIED: OPEN DOSSIER
ICI Setup Guide
2026-02-09 Innora Engineering
# ICI Setup Guide
The Intelligent Code Indexing (ICI) system provides the GraphRAG capabilities for your codebase.
## Setup
1. Install the ICI agent:
```bash
uv pip install innora-ici
```
2. Index your repository:
```bash
ici index .
```
3. Start the ICI server:
```bash
ici serve
```