Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions tutorials/35_Evaluating_RAG_Pipelines.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,8 @@
"We will use some of these evalution techniques in this tutorial to evaluate a RAG pipeline that is designed to answer questions on PubMed data.\n",
"\n",
">🧑‍🍳 As well as Haystack's own evaluation metrics, you can also integrate with a number of evaluation frameworks. See the integrations and examples below 👇\n",
"> - [Evaluate with DeepEval](https://colab.research.google.com/github/deepset-ai/haystack-cookbook/blob/main/notebooks/rag_eval_deep_eval.ipynb)\n",
"> - [Evaluate with RAGAS](https://colab.research.google.com/github/deepset-ai/haystack-cookbook/blob/main/notebooks/rag_eval_ragas.ipynb)\n",
"> - [Evaluate with UpTrain](https://colab.research.google.com/github/deepset-ai/haystack-cookbook/blob/main/notebooks/rag_eval_uptrain.ipynb)\n",
"> - [Evaluate with DeepEval](https://haystack.deepset.ai/cookbook/rag_eval_deep_eval)\n",
"> - [Evaluate with RAGAS](https://haystack.deepset.ai/cookbook/rag_eval_ragas)\n",
"\n",
"### Evaluating RAG Pipelines\n",
"RAG pipelines ultimately consist of at least 2 steps:\n",
Expand Down
5 changes: 2 additions & 3 deletions tutorials/guide_evaluation.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,8 @@
"\n",
"> 🧑‍🍳 As well as Haystack’s own evaluation metrics, you can also integrate with a number of evaluation frameworks. See the integrations and examples below 👇\n",
"> \n",
"> - [Evaluate with DeepEval](https://colab.research.google.com/github/deepset-ai/haystack-cookbook/blob/main/notebooks/rag_eval_deep_eval.ipynb)\n",
"> - [Evaluate with ragas](https://colab.research.google.com/github/deepset-ai/haystack-cookbook/blob/main/notebooks/rag_eval_ragas.ipynb)\n",
"> - [Evaluate with UpTrain](https://colab.research.google.com/github/deepset-ai/haystack-cookbook/blob/main/notebooks/rag_eval_uptrain.ipynb)\n",
"> - [Evaluate with DeepEval](https://haystack.deepset.ai/cookbook/rag_eval_deep_eval)\n",
"> - [Evaluate with ragas](https://haystack.deepset.ai/cookbook/rag_eval_ragas)\n",
"\n",
"For step-by-step instructions, watch [our video walkthrough](https://youtu.be/5PrzXaZ0-qk?feature=shared) 🎥 👇\n",
"\n",
Expand Down