Skip to content

Commit

Permalink
Update name of RAGET IPCC notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
henchaves committed Nov 19, 2024
1 parent 94b5a37 commit 190d7b4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ After automatically generating a test set for your RAG agent using RAGET, you ca
of the agent's answers** compared to the reference answers (using a LLM-as-a-judge approach). The main purpose
of this evaluation is to help you **identify the weakest components in your RAG agent**.

> ℹ️ You can find a [tutorial](../../../reference/notebooks/RAGET.ipynb) where we demonstrate the capabilities of RAGET
> ℹ️ You can find a [tutorial](../../../reference/notebooks/RAGET_IPCC.ipynb) where we demonstrate the capabilities of RAGET
> with a simple RAG agent build with LlamaIndex
> on the IPCC report.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ an in-house evaluation dataset is a painful task that requires manual curation a
To help with this, the Giskard python library provides **RAGET: RAG Evaluation Toolkit**, a toolkit to evaluate RAG
agents **automatically**.

> ℹ️ You can find a [tutorial](../../../reference/notebooks/RAGET.ipynb) where we demonstrate the capabilities of RAGET
> ℹ️ You can find a [tutorial](../../../reference/notebooks/RAGET_IPCC.ipynb) where we demonstrate the capabilities of RAGET
> with a simple RAG agent build with LlamaIndex
> on the IPCC report.
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions docs/tutorials/rag_tutorials/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
:maxdepth: 1
:hidden:
../../reference/notebooks/RAGET.ipynb
../../reference/notebooks/RAGET_IPCC.ipynb
```
:::::{grid} 1 1 2 2

::::{grid-item-card} <h3> IPCC Climate Change Report </h3> RAGET Demo with LlamaIndex RAG
:text-align: center
:link: ../../reference/notebooks/RAGET.ipynb
:link: ../../reference/notebooks/RAGET_IPCC.ipynb
::::


Expand Down

0 comments on commit 190d7b4

Please sign in to comment.