We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b76cd3 commit fc8bc00Copy full SHA for fc8bc00
README.md
@@ -69,7 +69,8 @@ os.environ["OPENAI_API_KEY"] = "your-openai-key"
69
dataset: Dataset
70
71
results = evaluate(dataset)
72
-
+# {'ragas_score': 0.860, 'context_relavency': 0.817,
73
+# 'factuality': 0.892, 'answer_relevancy': 0.874}
74
```
75
If you want a more in-depth explanation of core components, check out our [quick-start notebook](./examples/quickstart.ipynb)
76
## :luggage: Metrics
0 commit comments