git clone https://github.com/saiharsha-k/rag-axis.git cd rag-axis uv venv uv pip install -e ".[dev]"
pytest tests/
mypy rag_axis/
ruff check rag_axis/