Skip to content

Commit

Permalink
fixed typo in "single_turn_ascore"
Browse files Browse the repository at this point in the history
  • Loading branch information
minorun365 authored Oct 20, 2024
1 parent 8efe80d commit 4d6aa81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/howtos/migrations/migrate_from_v01_to_v02.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ sample = SingleTurnSample(
# Init the metric
from ragas.metrics import Faithfulness
faithfulness_metric = Faithfulness(llm=your_evaluator_llm)
score = faithfulness.sigle_turn_ascore(sample=sample)
score = faithfulness.single_turn_ascore(sample=sample)
print(score)
# 0.9
```
Expand Down

0 comments on commit 4d6aa81

Please sign in to comment.