Skip to content

Commit

Permalink
Add google colab link to the example nb (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
bilgeyucel authored Jul 16, 2024
1 parent 438ee6b commit 1bd290b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/rag_eval_harness.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
"id": "03ixktWsySVK"
},
"source": [
"<a href=\"https://colab.research.google.com/github/deepset-ai/haystack-experimental/blob/main/examples/rag_eval_harness.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>\n",
"\n",
"# Evaluating RAG Pipelines with EvaluationHarness\n",
"\n",
"In this notebook, you'll learn how to use the [`EvaluationHarness`](https://docs.haystack.deepset.ai/v2.3-unstable/reference/evaluation-harness#evaluationharness) from the [haystack-experimental](https://github.com/deepset-ai/haystack-experimental) repository to assess the performance of Retrieval-Augmented Generation (RAG) pipelines over the [SQUAD dataset](https://huggingface.co/datasets/rajpurkar/squad_v2).\n",
Expand Down

0 comments on commit 1bd290b

Please sign in to comment.