mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-12 11:04:58 -05:00
[GH-ISSUE #10116] bug in knowledge permission #54432
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 @mehrdad2000 on GitHub (Feb 16, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/10116
Hi
I'm using this version v0.5.11 of open-webui,
give permission to only specific user access to private knowledge but seems all user access to private knowledge! in citation section!
Here is what i've done:
1-create a two user, user1 access to public,private knowledge, user2 only must access to public knowledge
2-create two knowledge public, private
3-create group1 and add user1 to it.
4-add group1 only access to knowledge private.
-expected user1 only access to knowledge private, public
-expected user2 only access to public knowledge
but seems it has bug that when user2 ask question it will search through private knowledge too! it will show "sorry i can't help you" but in citation section show private knowledge data!
Any idea?
Thanks