mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-08 04:16:03 -05:00
[GH-ISSUE #16588] issue: Public knowledge is not visible in the /knowledge page but it is in chat prompt #17966
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 @jsweetzer-ea on GitHub (Aug 13, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/16588
Check Existing Issues
Installation Method
Docker
Open WebUI Version
0.6.23
Ollama Version (if applicable)
No response
Operating System
AWS Linux
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
Knowledge is set to Public by a user and then visible in the Knowledge section of Workspace by all users
Actual Behavior
Public knowledge is not visible in the UI but is visible in the chat by using the hash # command
Steps to Reproduce
Create a knowledge collection
Set to public
Login as another user
Check for knowledge collection in Workspace
Check for knowledge in chat prompt
Logs & Screenshots
Additional Information
No response
@Classic298 commented on GitHub (Aug 13, 2025):
Intended behavior
Knowledge should only be visible in the workspace area if the user has write permission to it
@jsweetzer-ea commented on GitHub (Aug 13, 2025):
I don't see an option to specify write permission only access (it is either private / group or public)?
Further, how does a user who has read-only (which I assumed this would be as the user is not the creator) ascertain they have access in the first place? They have to look in the chat UI instead of in the Knowledge page?
The user should be able to see they have "read only" permission.
Edit: Docs don't mention anything about read/write?
https://docs.openwebui.com/features/workspace/knowledge/
@Classic298 commented on GitHub (Aug 13, 2025):
@jsweetzer-ea publicly available models cannot be set with write permission as a security precausion to not give everyone write permissions to the prompt or knowledge or model.
you'd have to share it with individual groups and give those groups write permission
And yes, you cannot share it with individual groups AND publicly at the same time.
This is a duplicate issue.
@jsweetzer-ea commented on GitHub (Aug 13, 2025):
Which issue does it duplicate?
I think we are talking at cross-purposes. Providing write access to models/prompts/knowledge is a separate topic to the UX of how a user discovers Public shared knowledge.
Public models are clearly available in the model dropdown on the chat page. It is however not intuitive that a user who cannot see any Knowledge listed on their workspace page would know to look for it by entering the # command in the chat. How are they to know?
@tjbck interested in your take please
Thanks again
@Classic298 commented on GitHub (Aug 13, 2025):
Yeah there are many individual issues and/or discussions for both topics we are discussing here.
@jsweetzer-ea commented on GitHub (Aug 13, 2025):
I didn't check Discussions, my mistake - I've found the relevant one and PR. Will pickup there.