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 8efe80d commit 791767dCopy full SHA for 791767d
docs/howtos/migrations/migrate_from_v01_to_v02.md
@@ -56,7 +56,7 @@ sample = SingleTurnSample(
56
# Init the metric
57
from ragas.metrics import Faithfulness
58
faithfulness_metric = Faithfulness(llm=your_evaluator_llm)
59
-score = faithfulness.sigle_turn_ascore(sample=sample)
+score = faithfulness.single_turn_ascore(sample=sample)
60
print(score)
61
# 0.9
62
```
0 commit comments