mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 19:38:46 -05:00
[GH-ISSUE #17514] issue: Workspace Models: Knowledge being ignored when created in older Open WebUI version #33845
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 @lindner-tj on GitHub (Sep 17, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/17514
Check Existing Issues
Installation Method
Other
Open WebUI Version
v0.6.28
Ollama Version (if applicable)
Operating System
Clients: Windows / OWUI: K8s on Linux
Browser (if applicable)
Chrome, Vivaldi
Confirmation
README.md.Expected Behavior
Setting
User with role "User" creates a private Workspace model that uses a private knowledge base. Knowledge base consists of several uploaded PDFs
Expected Behavior
Workspace model is able to answer specific questions related to the associated knowledge base when prompted by the model's creator.
Actual Behavior
Setting
User with role "User" creates a private Workspace model that uses a private knowledge base. Knowledge base consists of several uploaded PDFs
Actual Behavior
Workspace model is able to answer specific questions related to the associated knowledge base only when one of the following is true:
Steps to Reproduce
We have been using OWUI for several months now and noticed in v.0.6.25 that non-admin users can't properly chat with private workspace models that they themselves have created. I assume this is because the associated knowledge base is also set to private. However, the knowledge base was also created by the same user.
For newly created knowledge bases this behavior is gone in v0.6.28. However, it still occurs when a pre-existing model and knowledge base created in an older version of OWUI is being prompted by a non-admin user. A workaround is to alter one characacter in the existing knowledge base entry. You need to do this once for every file/entry. Then it works as expected.
The Workspace users group has the following Workspace Permissions:
Models Access=TrueKnowledge Access=TruePrompts Access=TrueTools Access=FalseLogs & Screenshots
There aren't any error messages. You can see in the model's response if it has used certain knowledge files when answering your question. If the workspace model stems from an older version of OWUI, you can yee that it uses only those knowledge files that have been edited once in the newest version of OWUI. By editing I mean "touching" the entries briefly, e.g. adding a whitespace character.
Additional Information
I looked in the changelogs for every new version from v0.6.26 onward but couldn't find anything that fits my issue so I am reporting it here.
There are similar existing issues: 16318 or 15977. It indeed appears to be mostly fixed, but I am still experiencing the same issue if the model and knowledge were created in an earlier version of Open WebUI.
@davidpede commented on GitHub (Sep 17, 2025):
Could be related: #17513
@rajasrijan commented on GitHub (Dec 29, 2025):
Im facing same issue, but my knowledge is not private.
@silentoplayz commented on GitHub (Jan 14, 2026):
@lindner-tj, @rajasrijan Is this issue still relevant today for you in the latest version of Open WebUI?