mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 11:28:35 -05:00
[GH-ISSUE #17407] issue: generated RAG queries not visible when using a model with attached knowledge base #33805
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 @vaclcer on GitHub (Sep 12, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/17407
Check Existing Issues
Installation Method
Git Clone
Open WebUI Version
v0.6.28
Ollama Version (if applicable)
No response
Operating System
Ubuntu 24
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
Generated RAG queries are visible.
Actual Behavior
When using a model with attached knowledge base, generated RAG queries are visible only for a brief moment, but they are gone after the response is fully generated.
When using a model WITHOUT attached KB from the model card, but add KB in the chat, everything works as expected.
The issue is clearly visible in the video below.
Steps to Reproduce
Use model with attached knowledge base on the model card. Send a RAG query into a chat. Generated queries list (mostly 3) only flashes, but disappear afterwards.
Logs & Screenshots
https://github.com/user-attachments/assets/bebd0be0-4a66-4327-99cf-5ff65dd87383
Additional Information
No response
@tjbck commented on GitHub (Sep 12, 2025):
Intended behaviour here, but would be open to discussion.