comet-ml / opik

Open-source end-to-end LLM Development Platform
Apache License 2.0
2.12k stars 132 forks source link

[Bug]: CSV Export: Misaligned Rows and Columns in Traces and LLM Calls Data #534

Open ALM87-STAT opened 2 weeks ago

ALM87-STAT commented 2 weeks ago

Willingness to contribute

No. I can't contribute a fix for this bug at this time.

What component(s) are affected?

Opik version

Describe the problem

When attempting to export "traces and LLM calls" records as a CSV file, the rows and columns in the downloaded file do not match the expected log variables. This results in data misalignment, making it difficult to interpret and analyze.

Reproduction steps

UI

UI

Result

result

jverre commented 2 weeks ago

@ALM87-STAT Can you share the CSV file that was created ? I tried to reproduce the issue by logging similar data as above and then importing in Google Sheets or my editor but everything worked as expected