Skip to content

Commit 94a2ae2

Browse files
committed
fix image
1 parent 4e7a1eb commit 94a2ae2

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

tutorials/35_Evaluating_RAG_Pipelines.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
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](img/tutorial35_rag.png)"
51+
"![Steps or RAG](https://raw.githubusercontent.com/deepset-ai/haystack-tutorials/main/tutorials/img/tutorial35_rag.png)"
5252
]
5353
},
5454
{

tutorials/img/tutorial35_rag.png

25.3 KB
Loading

0 commit comments

Comments
 (0)