Skip to content

Commit fc8bc00

Browse files
authored
Update README.md (#42)
1 parent 6b76cd3 commit fc8bc00

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,8 @@ os.environ["OPENAI_API_KEY"] = "your-openai-key"
6969
dataset: Dataset
7070

7171
results = evaluate(dataset)
72-
72+
# {'ragas_score': 0.860, 'context_relavency': 0.817,
73+
# 'factuality': 0.892, 'answer_relevancy': 0.874}
7374
```
7475
If you want a more in-depth explanation of core components, check out our [quick-start notebook](./examples/quickstart.ipynb)
7576
## :luggage: Metrics

0 commit comments

Comments
 (0)