feat: allow for rated reply to be visible/accessible to admins #6811

Closed
opened 2025-11-11 17:06:18 -06:00 by GiteaMirror · 0 comments
Owner

Originally created by @JIW-roosi on GitHub (Nov 2, 2025).

Check Existing Issues

  • I have searched all existing open AND closed issues and discussions for similar requests. I have found none that is comparable to my request.

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:

  • GET evaluations/feedbacks/ endpoints do not include the rated reply and matching in langfuse is not always possible, as traces do not have the message id.
  • Extracting the reply from GET chats/chat/id is not possible, as admin users may not access user chats through it.
  • GET chats/all/db causes network timeouts and returns too large a response.

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

Originally created by @JIW-roosi on GitHub (Nov 2, 2025). ### Check Existing Issues - [x] I have searched all existing open AND closed issues and discussions for similar requests. I have found none that is comparable to my request. ### 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: - GET evaluations/feedbacks/ endpoints do not include the rated reply and matching in langfuse is not always possible, as traces do not have the message id. - Extracting the reply from GET chats/chat/id is not possible, as admin users may not access user chats through it. - GET chats/all/db causes network timeouts and returns too large a response. ### 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_
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#6811