Skip to content

Commit e0324d9

Browse files
authored
Hotfix: Update Readme [ SpellingError ] (#43)
Instead of `When it comes to RAG pipelines`, it was written `When is comes to RAG pipelines`. Rectified ✅
1 parent fc8bc00 commit e0324d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ To read more about our metrics, checkout [docs](/docs/metrics.md).
8585
## :question: How to use Ragas to improve your pipeline?
8686
*"Measurement is the first step that leads to control and eventually to improvement" - James Harrington*
8787

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.
8989

9090
1. First, decide one parameter that you're interested in adjusting. for example the number of retrieved documents, K.
9191
2. Collect a set of sample prompts (min 20) to form your test set.

0 commit comments

Comments
 (0)