Skip to content

Commit 791767d

Browse files
authored
fixed typo in "single_turn_ascore" (#1542)
fixed typo in "single_turn_ascore," in "Migration from v0.1 to v0.2."
1 parent 8efe80d commit 791767d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/howtos/migrations/migrate_from_v01_to_v02.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ sample = SingleTurnSample(
5656
# Init the metric
5757
from ragas.metrics import Faithfulness
5858
faithfulness_metric = Faithfulness(llm=your_evaluator_llm)
59-
score = faithfulness.sigle_turn_ascore(sample=sample)
59+
score = faithfulness.single_turn_ascore(sample=sample)
6060
print(score)
6161
# 0.9
6262
```

0 commit comments

Comments
 (0)