diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5d60433..ebf96d0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,12 @@ jobs: version: "0.6.x" - name: Install dependencies - run: uv sync --group dev + run: uv sync --group dev --frozen + + - name: Debug Ruff + run: | + uv run ruff --version + sed -n '1,16p' tests/test_gold_qa.py - name: Ruff run: uv run ruff check src tests diff --git a/README.md b/README.md index bead92a..2d137de 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ # Trailhead Trailhead is a snow-sports RAG app that answers questions over a richly linked world of athletes, resorts, competitions, and results. It pairs grounded retrieval, cited answers, evaluation tooling, and a clean UI, with just enough mountain energy to make the whole thing more fun than your average AI demo. -`Hierarchical retrieval` `Cited answers` `RAG sweeps` `Trace analysis` `Dockerized UI`