open-webui / pipelines

Pipelines: Versatile, UI-Agnostic OpenAI-Compatible Plugin Framework
MIT License
1.01k stars 319 forks source link

How to Retrieve User Feedback (Thumbs Up/Down) from Open Web UI Pipelines for RLHF #222

Open latent-variable opened 3 months ago

latent-variable commented 3 months ago

I'm trying to figure out how to retrieve user feedback submitted via the thumbs up/thumbs down interface in the Web UI. Specifically, I need to know how to access this feedback data through the pipelines. Despite searching through the documentation and codebase, I haven't found clear instructions or examples on how to do this.

Can someone please provide guidance or point me to the relevant resources?

pkeffect commented 3 months ago

There is no user feedback. Those buttons are not used at the moment. They are for future use.

latent-variable commented 3 months ago

@pkeffect thanks for the response, I will go ahead and close the issue now and track the progress of those features in the open webui

latent-variable commented 3 months ago

@pkeffect I did some digging. The feedback is being tracked, https://github.com/open-webui/open-webui/discussions/1836 you can manually pull it using the export all chats features "annotation":{"rating":-1,"reason":"Don't like the style","comment":""}