Skip to content

Commit

Permalink
updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
penguine-ip committed Dec 7, 2023
1 parent 1ad070c commit a285970
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/docs/evaluation-metrics.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,9 @@ test_case = LLMTestCase(
ragas_metric.measure(test_case)
print(ragas_metric.score)

# You can also print out the 5 scores that make up the RAGAS score.
print(ragas_metric.score_metadata)

# or
# evaluate([test_case], [ragas_metric])
```
Expand Down

0 comments on commit a285970

Please sign in to comment.