mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 19:38:46 -05:00
[GH-ISSUE #19491] issue: Referencing Knowledge in chats with '#' no longer shows which knowledge base does the file belong to #57565
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 @donatas-xyz on GitHub (Nov 25, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/19491
Check Existing Issues
Installation Method
Other
Open WebUI Version
0.6.40
Ollama Version (if applicable)
0.13.0
Operating System
Ubuntu 25.10
Browser (if applicable)
Vivaldi
Confirmation
README.md.Expected Behavior
Hovering over the file name being referenced with
#the knowledge base the file belongs to should also be shown.Actual Behavior
I believe starting version 0.6..39-40 hovering over the file name being referenced with
#- the knowledge base the file belongs to is no longer displayed - only the file name itself.Steps to Reproduce
#Logs & Screenshots
Additional Information
Python version: 3.12
This is a very important feature because without it, there's no way of knowing which Knowledge the file belongs to, and therefore a completely wrong file of the same name may get referenced instead.
@athoik commented on GitHub (Nov 25, 2025):
Related issue: https://github.com/open-webui/open-webui/issues/19062
Related commit:
9578bac099Seems a good choice, both KB and filename in tooltip..
@imranali4 commented on GitHub (Nov 26, 2025):
I think it’s part of the same bug, also “Add web page “ link embedding in the chat doesn’t work for me. I’m guessing due to async embedding parameter in retrieval.py
@tjbck commented on GitHub (Nov 27, 2025):
Addressed with
3fe5a47050@donatas-xyz commented on GitHub (Dec 3, 2025):
Hi @tjbck,
The release notes of 0.6.41 say that the issue has been resolved, but my tests show the same behaviour as reported above?
I've tried both old and new Knowledge.
Thank you!
@athoik commented on GitHub (Dec 3, 2025):
You need to mouse over the icon!
@donatas-xyz commented on GitHub (Dec 3, 2025):
Thank you, @athoik - that worked. Not as obvious as hovering over the name, but at least it's there.