Skip to main content

Development Setup

Requirements

  • Python 3.11+
  • uv (recommended) or pip
  • Git

Setup

git clone https://github.com/saiharsha-k/rag-axis.git
cd rag-axis
uv venv
uv pip install -e ".[dev]"

Running Tests

pytest tests/

Running Type Checks

mypy rag_axis/

Running Linting

ruff check rag_axis/