mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 11:28:35 -05:00
[GH-ISSUE #20329] issue: Referencing Knowledge in chats with '#' shows undefined instead of which knowledge base does the file belong to
#34682
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 (Jan 2, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/20329
Check Existing Issues
Installation Method
Git Clone
Open WebUI Version
0.6.43
Ollama Version (if applicable)
0.13.5
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
Starting version 0.6..42-43 hovering over the file name being referenced with # - the knowledge base the file belongs to is no longer displayed - only the
undefinedstring.Steps to Reproduce
Logs & Screenshots
Additional Information
Python version: 3.12
Related to #19491 and possibly to #20229
@owui-terminator[bot] commented on GitHub (Jan 2, 2026):
🔍 Similar Issues Found
I found some existing issues that might be related to this one. Please check if any of these are duplicates or contain helpful solutions:
#19491 issue: Referencing Knowledge in chats with '#' no longer shows which knowledge base does the file belong to
by donatas-xyz • Nov 25, 2025 •
bug#19752 issue: minor UI Bug: knowledge sharing
by mahenning • Dec 04, 2025 •
bug#20236 issue: Select knowledge within Folders
by liucoj • Dec 29, 2025 •
bug#19905 issue: Knowlege provided as "entire document" / "bypass embedding" is always injected at the END of chat flow, breaking KV prefix caching
by adhusch • Dec 12, 2025 •
bug#20229 issue: Knowledge Base not visible when shared with multiple groups (SQLite)
by taka817123 • Dec 29, 2025 •
bugShow 5 more related issues
#19877 issue:
by dotmobo • Dec 11, 2025 •
bug#16588 issue: Public knowledge is not visible in the /knowledge page but it is in chat prompt
by jsweetzer-ea • Aug 13, 2025 •
bug#11592 issue:
by sellerskyle • Mar 12, 2025 •
bug#17700 issue: Using single file from knowledge base is not working
by DrZoidberg09 • Sep 24, 2025 •
bug#16794 issue: When "Knowledge" is disabled for users, it is still possible to add "Knowledge" to chat Folders
by jsweetzer-ea • Aug 21, 2025 •
bug💡 Tips:
This comment was generated automatically by a bot. Please react with a 👍 if this comment was helpful, or a 👎 if it was not.
@silentoplayz commented on GitHub (Jan 2, 2026):
I am able to reproduce this issue on the latest dev branch. It should be a relatively easy fix, so I'll see if I can submit a PR to address this one.
@silentoplayz commented on GitHub (Jan 3, 2026):
Addressed on the
devbranch with8712446cc1.