Skip to content

Commit

Permalink
fixed typo in "single_turn_ascore" (#1542)
Browse files Browse the repository at this point in the history
fixed typo in "single_turn_ascore," in "Migration from v0.1 to v0.2."
  • Loading branch information
minorun365 authored Oct 21, 2024
1 parent 8efe80d commit 791767d
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 791767d

Please sign in to comment.