Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
akamor committed Apr 5, 2024
1 parent b8027d3 commit 8ce1065
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
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 = "tonic-ragas-logger"
version = "1.2.0"
version = "1.2.1"
description = "Uploads results from ragas to Tonic Validate."
authors = []
readme = "README.md"
Expand Down
1 change: 0 additions & 1 deletion tonic_ragas_logger/ragas_validate_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,5 @@ def __convert_to_run(self, results: Result) -> Run:
return Run(
overall_scores=overall_scores,
run_data=run_data,
llm_evaluator=None,
id=None,
)

0 comments on commit 8ce1065

Please sign in to comment.