mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-15 21:19:39 -05:00
feat: allow for rated reply to be visible/accessible to admins #6811
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 @JIW-roosi on GitHub (Nov 2, 2025).
Check Existing Issues
Problem Description
For our use case we would like user feedbacks submitted in open webui to be transferable als langfuse scores.
Matching the rated reply with the generated langfuse trace is currently not easily possible or practicable, because:
Desired Solution you'd like
Add the reply to the feedback or allow for pagination or limiting parameters (start/end-time, chat-id, user,...) in chats/all/db or allow the admin to access chats/chat/id
Alternatives Considered
No response
Additional Context
No response