Skip to content

Commit

Permalink
Update evaluation_harness.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dfokina authored Dec 5, 2024
1 parent e39cf8a commit 2c1e2f7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions haystack/evaluation/harness/evaluation_harness.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ class EvaluationRunOverrides:

class EvaluationHarness(ABC, Generic[EvalRunInputT, EvalRunOverridesT, EvalRunOutputT]):
"""
Executes a pipeline with a given set of parameters and inputs,
then evaluates its outputs with an evaluation pipeline.
Executes a pipeline with specified parameters and inputs, then evaluates its outputs using an evaluation pipeline.
"""

@staticmethod
Expand Down

0 comments on commit 2c1e2f7

Please sign in to comment.