mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-12 01:54:38 -05:00
feat: Add whole folder #372
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 @Sloox on GitHub (Feb 28, 2024).
Is your feature request related to a problem? Please describe.
Possible to to add a whole folder and batch the file upload?
Describe the solution you'd like
Add a whole folder and it adds document one by one. Would be lovely if it was recursive.
I think its fairly self explanatory.
@justinh-rahb commented on GitHub (Feb 28, 2024):
Already implemented. On Docker deployments you'd add a volume bind mount:
And then from the Documents > Document Settings page you can Sync your docs folder.
@Sloox commented on GitHub (Feb 28, 2024):
@justinh-rahb
This is a manual implmentation yes?
What i mean is when i use the "documents" and click on the "+" icon. I have the option of selecting a folder and it syncing all the documents inside it.
Does it make sense?
@justinh-rahb commented on GitHub (Feb 28, 2024):
It makes sense, but not as a new feature. You can already multi-select every document in a folder when you click the "+" icon and upload them at once:
@jannikstdl commented on GitHub (Feb 29, 2024):
Yes, just go into the folder and
STRG/CTRL + A@Sloox commented on GitHub (Feb 29, 2024):
understood. Will close.