mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 14:39:31 -05:00
[GH-ISSUE #15998] issue: Feedback Export feature is missing user feedback fields #121058
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @zymaxai on GitHub (Jul 24, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/15998
Check Existing Issues
Installation Method
Git Clone
Open WebUI Version
v0.6.18 (latest)
Ollama Version (if applicable)
No response
Operating System
MacOS
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
Go to admin panel -> evaluations -> feedback
Click the export button on the top right
json is downloaded
(issue) In the json object, each field should have the user feedback in data.details. However this only exists for the latest entry into the json object and not for all conversations. This means that I cannot capture user feedback in a scalable way
Actual Behavior
Go to admin panel -> evaluations -> feedback
Click the export button on the top right
json is downloaded
In the json object, each entry (conversation) should have the user feedback in data.details field.
Steps to Reproduce
Go to admin panel -> evaluations -> feedback
Click the export button on the top right
json is downloaded
Logs & Screenshots
Additional Information
No response
@tjbck commented on GitHub (Jul 24, 2025):
Intended behaviour.