mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-21 09:01:47 -05:00
GUI display incomplete or not optimally adapted to the window #3581
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 @Schwenn2002 on GitHub (Feb 5, 2025).
Originally assigned to: @tjbck on GitHub.
Installation Method
Docker
Environment
Open WebUI Version: 0.57
Ollama (if applicable): 0.57
Operating System: Ubuntu 24.04
Browser (if applicable): Chrome 132.0
Confirmation:
Expected Behavior:
Actual Behavior:
Description
Bug Summary:
The graphical display of chat windows must be optimized with regard to high resolutions and maximized browser windows so that the entire width can be used. For the references shown, it must be ensured that each referenced document can be clicked on.
Reproduction Details
Steps to Reproduce:
Create a knowledge database in RAG with many documents on similar topics. Set Top k = 20 and ask a general question that can be answered with a variety of documents and have the question answered in detail. As soon as more than 5-8 different documents are referenced (depending on the browser window size), the link to the document on the right slides out of the display.
With a 4k monitor and a maximized browser window, the chat is only displayed centered and the entire area is not used dynamically.
An alternative to reproducing is a search with duckduckgo (10 pages) with the following question: Find me at least 10 reasons for the optimal use of open-webui and ollama as local LLM!
Logs and Screenshots
@somera commented on GitHub (Feb 5, 2025):
Same here for web browsing
It would be better if the references were listed one below the other.
@tjbck commented on GitHub (Feb 6, 2025):
Addressed in dev!
@DesertCookie commented on GitHub (Feb 9, 2025):
Glad to have stumbled upon this. Asked some of the same questions last week in #9274.