Skip to content

Commit 61406d8

Browse files
authored
Updated return type description for evaluate function (#1579)
The evaluate function doc-string is still showing the old Result object as its return type. Updated it to the EvaluationResult object
1 parent 24425ac commit 61406d8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/ragas/evaluation.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,9 @@ def evaluate(
113113
114114
Returns
115115
-------
116-
Result
117-
Result object containing the scores of each metric. You can use this do analysis
118-
later.
116+
EvaluationResult
117+
EvaluationResult object containing the scores of each metric.
118+
You can use this do analysis later.
119119
120120
Raises
121121
------

0 commit comments

Comments
 (0)