mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 06:03:26 -05:00
[GH-ISSUE #12969] feat: "processing" status indication #32299
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 @alexeyvolkoff on GitHub (Apr 17, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/12969
Check Existing Issues
Problem Description
When generating a response, chat UI displays gray placeholder with no progress indication for some time, especially when RAG is involved it may take long. User has no idea what is going on and hits Enter several times. If Knowledge base is linked to the model, it shows "Searching knowledge base" indication, if not - it displays nothing event if I start RAG manually with "#". And when search is completed, there is no more indication until the first chunk of response arrives. It's a bit annoying on slow hardware.
Desired Solution you'd like
Could be nice to have status indication like "Generating", similar to "Thinking", until the first chunk of response arrives.
Alternatives Considered
No response
Additional Context
No response