feat: Add whole folder #372

Closed
opened 2025-11-11 14:19:28 -06:00 by GiteaMirror · 5 comments
Owner

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.

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.
Author
Owner

@justinh-rahb commented on GitHub (Feb 28, 2024):

Already implemented. On Docker deployments you'd add a volume bind mount:

-v /path/to/your/docs:/app/backend/data/docs

And then from the Documents > Document Settings page you can Sync your docs folder.

@justinh-rahb commented on GitHub (Feb 28, 2024): Already implemented. On Docker deployments you'd add a volume bind mount: ```bash -v /path/to/your/docs:/app/backend/data/docs ``` And then from the Documents > Document Settings page you can Sync your docs folder.
Author
Owner

@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?

@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?
Author
Owner

@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:

Screenshot 2024-02-28 at 11 31 10 AM

@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: ![Screenshot 2024-02-28 at 11 31 10 AM](https://github.com/open-webui/open-webui/assets/52832301/3f4df5b0-588f-40c9-8fe6-7852ddb4a60b)
Author
Owner

@jannikstdl commented on GitHub (Feb 29, 2024):

Yes, just go into the folder and STRG/CTRL + A

@jannikstdl commented on GitHub (Feb 29, 2024): Yes, just go into the folder and `STRG/CTRL + A`
Author
Owner

@Sloox commented on GitHub (Feb 29, 2024):

understood. Will close.

@Sloox commented on GitHub (Feb 29, 2024): understood. Will close.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#372