Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: David S. Batista <[email protected]>
  • Loading branch information
shadeMe and davidsbatista authored Jun 3, 2024
1 parent cb80fca commit bb0f0f3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion haystack_experimental/evaluation/harness/rag/harness.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def __init__(
metrics: Set[RAGEvaluationMetric],
):
"""
Create a evaluation harness for evaluating basic RAG pipelines.
Create an evaluation harness for evaluating basic RAG pipelines.
:param rag_pipeline:
The RAG pipeline to evaluate.
Expand Down
6 changes: 3 additions & 3 deletions haystack_experimental/evaluation/harness/rag/parameters.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,11 +115,11 @@ class RAGEvaluationOverrides:
Used to override the init parameters of components in
either (or both) the evaluated and evaluation pipelines.
:param rag:
:param rag_pipeline:
Overrides for the RAG pipeline. Each
key is a component name and its value a dictionary
with init parameters to override.
:param eval:
:param eval_pipeline:
Overrides for the evaluation pipeline. Each
key is a RAG metric and its value a dictionary
with init parameters to override.
Expand All @@ -138,7 +138,7 @@ class RAGEvaluationOutput:
Serialized version of the evaluated pipeline, including overrides.
:param evaluation_pipeline:
Serialized version of the evaluation pipeline, including overrides.
:param input:
:param inputs:
Input passed to the evaluation harness.
:param results:
Results of the evaluation run.
Expand Down

0 comments on commit bb0f0f3

Please sign in to comment.