Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Evaluation results cannot be downloaded as CSV #2418

Open
dm-kialo opened this issue Jan 16, 2025 · 6 comments · Fixed by #2430
Open

[Bug] Evaluation results cannot be downloaded as CSV #2418

dm-kialo opened this issue Jan 16, 2025 · 6 comments · Fixed by #2430
Assignees
Labels
bug Something isn't working Frontend linear Created by Linear-GitHub Sync

Comments

@dm-kialo
Copy link

Describe the bug
Clicking "export as CSV" inside the evaluation result view. Nothing will happen.

To Reproduce
Steps to reproduce the behavior:

  1. Run an evaluation
  2. Wait for the evaluation to finish
  3. In the evaluations overview, click on the evaluation to enter
  4. Click the "export as CSV" button

Expected behavior
It is expected that a CSV with all evaluation input and output is downloaded.

Desktop (please complete the following information):

  • OS: MacIS
  • Browser: Chrome
  • Version: 132.0.6834.83

Important Context
This bug was found on agenta.ai. The deployed version seems to be agenta v0.31.0.

Copy link

dosubot bot commented Jan 16, 2025

Hey @dm-kialo! I'm here to help you with any bugs, questions, or contributions you have regarding agenta.ai. Let's squash this bug together!

A similar issue was previously reported and resolved. The issue was related to the "export as CSV" button not functioning due to the absence of selected evaluations. The export logic only executes if evaluations are selected, and the button is disabled when no rows are selected [1][2].

To resolve this, ensure that evaluations are selected before attempting to export. If evaluations are selected and the button still does not function, there might be an issue with the convertToCsv or downloadCsv functions. However, these functions are implemented correctly in the codebase [3]. Additionally, error handling is in place to log any errors and display an error message if the export fails [4][5].

To continue talking to Dosu, mention @dosu.


Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Other

@dosubot dosubot bot added the bug Something isn't working label Jan 16, 2025
@dm-kialo
Copy link
Author

Regarding the above:

The issue happens inside the "Evaluation Results" view. Not in the overview with all evaluations. In the "Evaluation Results" view there is no way to select individual lines.

@dm-kialo
Copy link
Author

Screen.Recording.2025-01-16.at.14.10.51.mov

Here's a screen recording for additional context.

@BrandonChuang296
Copy link

Hi, I'm having this issue too. I can't export the evaluation results to csv file. The "export as CSV" button doesn't seem to work.

@mmabrouk
Copy link
Member

Thanks @dm-kialo and @BrandonChuang296 for the issue. The team is looking into it, hopefully we'll fix it in the next days.

@mmabrouk
Copy link
Member

Issue resolved in #2430
It will be part of the next release (probably tomorrow or Tuesday)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Frontend linear Created by Linear-GitHub Sync
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants