Skip to content

Commit

Permalink
Merge pull request #2077 from Giskard-AI/feature/gsk-3950-add-a-rag-n…
Browse files Browse the repository at this point in the history
…otebook-for-banking-use-case

[GSK-3950] Add a RAGET notebook for banking use case
  • Loading branch information
henchaves authored Nov 19, 2024
2 parents 94b5a37 + 9cdc90a commit d0cc7e4
Show file tree
Hide file tree
Showing 5 changed files with 2,381 additions and 5 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
Loading

0 comments on commit d0cc7e4

Please sign in to comment.