mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
Knowledge Base query block streaming output of other users #3296
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 @danielaskdd on GitHub (Jan 16, 2025).
Bug Report
Installation Method
Docker
Environment
Confirmation:
Expected Behavior:
One user's operation does not block another's operation too long.
Actual Behavior:
When one user send a query to Knowledge Base, it will block other users streaming output immediately. Other users's streaming resume until the Knowledge Base search is complete and the query is sent to LLM.
Reproduction Details