Skip to content

Commit

Permalink
Merge pull request #168 from athina-ai/hotfix/ragas-eval-fixes
Browse files Browse the repository at this point in the history
Fixing ragas answer semantic similarity eval
  • Loading branch information
vivek-athina authored Feb 5, 2025
2 parents 55bb93e + ed79d7b commit aed793a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion athina/evals/ragas/answer_semantic_similarity/evaluator.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def ragas_metric(self):

@property
def ragas_metric_name(self):
return "answer_similarity"
return "semantic_similarity"

@property
def default_model(self):
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "athina"
version = "1.7.11"
version = "1.7.12"
description = "Python SDK to configure and run evaluations for your LLM-based application"
authors = ["Shiv Sakhuja <[email protected]>", "Akshat Gupta <[email protected]>", "Vivek Aditya <[email protected]>", "Akhil Bisht <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit aed793a

Please sign in to comment.