Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Madeesh Kannan <[email protected]>
  • Loading branch information
julian-risch and shadeMe authored Feb 13, 2024
1 parent 3e64f6f commit ae79a65
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions integrations/ragas/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# ragas-haystack

[![PyPI - Version](https://img.shields.io/pypi/v/uptrain-haystack.svg)](https://pypi.org/project/ragas-haystack)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/uptrain-haystack.svg)](https://pypi.org/project/ragas-haystack)
[![PyPI - Version](https://img.shields.io/pypi/v/ragas-haystack.svg)](https://pypi.org/project/ragas-haystack)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/ragas-haystack.svg)](https://pypi.org/project/ragas-haystack)

---

Expand Down
2 changes: 1 addition & 1 deletion integrations/ragas/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ classifiers = [
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
]
dependencies = ["haystack-ai>=2.0.0b6", "ragas>=0.1.0"]
dependencies = ["haystack-ai>=2.0.0b6", "ragas>=0.1.0rc1"]

[project.urls]
Source = "https://github.com/deepset-ai/haystack-core-integrations/tree/main/integrations/ragas"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class RagasEvaluator:
"""
A component that uses the Ragas framework to evaluate inputs against a specific metric.
The supported metrics are defined by :class:`RagasMetric`. The inputs of the component are
The supported metrics are defined by `RagasMetric`. The inputs of the component are
metric-dependent. The output is a nested list of evaluation results where each inner list
contains the results for a single input.
"""
Expand Down

0 comments on commit ae79a65

Please sign in to comment.