mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-11 00:04:08 -05:00
Spinning wheel or thinking messages #3527
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 @rhajou on GitHub (Feb 1, 2025).
Feature Request
Currently I am using openweb-ui with a backend wrapped using FastAPI (haystack + llm deployed using vllm). The idea is to turn a specific types of logs (let's say Info logging from haystack) into printing messages on open-webui. Like "thinking", "structuring the response", "retrieving data". Instead of blank waiting.
Currently the waiting time for my RAG pipeline is unfortunately about 45 seconds and I think this feature will reduce stress on the user part.
How can we enable such a thing?