diff --git a/examples/rag_eval_harness.ipynb b/examples/rag_eval_harness.ipynb index bbdd5309..3d5a36c1 100644 --- a/examples/rag_eval_harness.ipynb +++ b/examples/rag_eval_harness.ipynb @@ -6,6 +6,8 @@ "id": "03ixktWsySVK" }, "source": [ + "\"Open\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",