mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-12 01:54:38 -05:00
Adding RAG documents per user #748
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 @jacobsamo on GitHub (Apr 28, 2024).
Is your feature request related to a problem? Please describe.
Documents is a huge part of running LLM's locally and I love the feature. Something I would really love is the ability for other users to upload their own documents which others will not be able to access, as my family would love to use the tool as well but I do not wish to share my documents with them nor they share their documents with me.
Describe the solution you'd like
What might this look like? well, users that aren't admins would have the ability to upload their own documents that would be contained to them and them only (admins would still have access to this).
For admins when they upload documents they would have the ability to set
publictotrueorfalseso that their own personal documents don't get mixed with other users, this could be extended for users to do the same where they choose to make one of their documents publicThis could be further extended with the Admin choosing whether it is possible for users to upload their own documents
Additional context

It make look something like this for admins when uploading documents
And the side bar having something like this:

@justinh-rahb commented on GitHub (Apr 28, 2024):
You've got some great mockups here, we'd love to continue discussion in this related issue: