Skip to content

Commit efbecf8

Browse files
authored
Updated README (#40)
1 parent 1e07768 commit efbecf8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ pip install -e .
5454
This is a small example program you can run to see ragas in action!
5555
```python
5656

57-
from ragas.metrics import factuality, answer_relevancy, context_relevancy
5857
from ragas import evaluate
5958
import os
6059

@@ -64,7 +63,7 @@ ds = Dataset({
6463
features: ['question','context','answer'],
6564
num_rows: 25
6665
})
67-
results = evaluate(ds, metrics=[nli, answer_relevancy, context_relevancy])
66+
results = evaluate(ds)
6867

6968
```
7069
If you want a more in-depth explanation of core components, check out our quick-start notebook

0 commit comments

Comments
 (0)