Skip to content

Commit

Permalink
Merge pull request #5 from TonicAI/f/remove-llm-eval
Browse files Browse the repository at this point in the history
Remove llm_eval param to Run()
  • Loading branch information
akamor authored Apr 5, 2024
2 parents b8027d3 + 8ce1065 commit 99fd072
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 99fd072

Please sign in to comment.