mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-22 14:13:08 -05:00
issue: Files added to knowledge are ignored after knowledge was added to custom model #5977
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 @erhhung on GitHub (Aug 6, 2025).
Check Existing Issues
Installation Method
Other
Open WebUI Version
v0.6.18
Ollama Version (if applicable)
v0.9.6
Operating System
macOS 15.5
Browser (if applicable)
Arc 1.105.0
Confirmation
README.md.Expected Behavior
I have created a new knowledge collection (let's call it "My Knowledge") under
Workspace=>Knowledge, to which I've uploaded various files. I can#include the knowledge collection in my chats and query information from those files.I then created a custom model (let's call it "My Model") under
Workspace=>Models, to which I attached "My Knowledge". I can now select "My Model" for my chats and query information as above.I regularly add new files into "My Knowledge" to build up its capabilities; however, "My Model" does not seem to pick up on information from those new files. In fact, clicking on the "My Knowledge" button on the "My Model" edit page shows the original list of files when "My Knowledge" was first added to "My Model".
I expected that any new files added to "My Knowledge" would automatically be used by "My Model" given that I had attached the collection as a whole instead of attaching individual files.
Actual Behavior
New files added to a knowledge collection after that knowledge collection was first added to a custom model are not being used in new chats with that custom model.
Steps to Reproduce
See Expected Behavior section above.
Logs & Screenshots
Questions in new chats directly related to knowledge in the newly added files are not answered, while knowledge from the original file set are still correctly consulted.
Additional Information
No response
@tjbck commented on GitHub (Aug 6, 2025):
This should be addressed in dev with
e9fb161bcd, testing wanted here!@spammenotinoz commented on GitHub (Aug 6, 2025):
For myself this did not resolve the issue with "non-admins, knowledge and custom models"
@spammenotinoz commented on GitHub (Aug 6, 2025):
Believe this is duplicate of which was closed without resolution.
https://github.com/open-webui/open-webui/issues/15977
@tjbck commented on GitHub (Aug 6, 2025):
@spammenotinoz taking a look!
@tjbck commented on GitHub (Aug 6, 2025):
The issue was purely visual, Addressed with b9885529a5d3ff82dfb1b7d8cdf4f36173ab3b7f!