You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -85,7 +85,7 @@ To read more about our metrics, checkout [docs](/docs/metrics.md).
85
85
## :question: How to use Ragas to improve your pipeline?
86
86
*"Measurement is the first step that leads to control and eventually to improvement" - James Harrington*
87
87
88
-
Here we assume that you already have your RAG pipeline ready. When is comes to RAG pipelines, there are mainly two parts - Retriever and generator. A change in any of this should also impact your pipelines's quality.
88
+
Here we assume that you already have your RAG pipeline ready. When it comes to RAG pipelines, there are mainly two parts - Retriever and generator. A change in any of this should also impact your pipelines's quality.
89
89
90
90
1. First, decide one parameter that you're interested in adjusting. for example the number of retrieved documents, K.
91
91
2. Collect a set of sample prompts (min 20) to form your test set.
0 commit comments