Skip to content

Commit ff69137

Browse files
committed
add video to tutorial
1 parent 45f0734 commit ff69137

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

tutorials/35_Evaluating_RAG_Pipelines.ipynb

+5-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,11 @@
4848
"\n",
4949
"To evaluate a full RAG pipeline, we have to evaluate each of these steps in isolation, as well as a full unit. While retrieval can in some cases be evaluated with some statistical metrics that require labels, it's not a straight-forward task to do the same for the generation step. Instead, we often rely on model-based metrics to evaluate the generation step, where an LLM is used as the 'evaluator'.\n",
5050
"\n",
51-
"![Steps or RAG](https://raw.githubusercontent.com/deepset-ai/haystack-tutorials/main/tutorials/img/tutorial35_rag.png)"
51+
"![Steps or RAG](https://raw.githubusercontent.com/deepset-ai/haystack-tutorials/main/tutorials/img/tutorial35_rag.png)\n",
52+
"\n",
53+
"#### 📺 Code Along\n",
54+
"\n",
55+
"<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/5PrzXaZ0-qk?si=lgBSfHatbV2i59J-\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>\n"
5256
]
5357
},
5458
{

0 commit comments

Comments
 (0)