[PR #778] [MERGED] feat: rag folder scan support #7255

Closed
opened 2025-11-11 17:21:36 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/778
Author: @tjbck
Created: 2/18/2024
Status: Merged
Merged: 2/18/2024
Merged by: @tjbck

Base: mainHead: rag-folder


📝 Commits (3)

📊 Changes

9 files changed (+390 additions, -12 deletions)

View changed files

📝 backend/apps/rag/main.py (+90 -11)
📝 backend/apps/web/routers/documents.py (+4 -0)
📝 backend/config.py (+8 -0)
📝 backend/utils/misc.py (+38 -0)
📝 src/lib/apis/rag/index.ts (+26 -0)
📝 src/lib/components/chat/Messages/ResponseMessage.svelte (+1 -1)
src/lib/components/documents/Settings/General.svelte (+106 -0)
src/lib/components/documents/SettingsModal.svelte (+86 -0)
📝 src/routes/(app)/documents/+page.svelte (+31 -0)

📄 Description

you can now add -v $(pwd)/docs:/app/backend/data/docs flag to docker command and mount your document folder to the webui container.

image


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/open-webui/open-webui/pull/778 **Author:** [@tjbck](https://github.com/tjbck) **Created:** 2/18/2024 **Status:** ✅ Merged **Merged:** 2/18/2024 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `main` ← **Head:** `rag-folder` --- ### 📝 Commits (3) - [`e07001e`](https://github.com/open-webui/open-webui/commit/e07001e5f6c0570b7a4dbf594b30b1d5f1ccbd54) feat: rag folder scan support - [`79d0932`](https://github.com/open-webui/open-webui/commit/79d0932a3ab12ccacf7e4c82c3fc658544364008) refac: styling - [`a94e416`](https://github.com/open-webui/open-webui/commit/a94e4161f778e646542037ef372533e2ab1061f9) fix: file content type issue ### 📊 Changes **9 files changed** (+390 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `backend/apps/rag/main.py` (+90 -11) 📝 `backend/apps/web/routers/documents.py` (+4 -0) 📝 `backend/config.py` (+8 -0) 📝 `backend/utils/misc.py` (+38 -0) 📝 `src/lib/apis/rag/index.ts` (+26 -0) 📝 `src/lib/components/chat/Messages/ResponseMessage.svelte` (+1 -1) ➕ `src/lib/components/documents/Settings/General.svelte` (+106 -0) ➕ `src/lib/components/documents/SettingsModal.svelte` (+86 -0) 📝 `src/routes/(app)/documents/+page.svelte` (+31 -0) </details> ### 📄 Description you can now add `-v $(pwd)/docs:/app/backend/data/docs` flag to docker command and mount your document folder to the webui container. ![image](https://github.com/open-webui/open-webui/assets/25473318/4afbf892-5a1d-4073-b70c-4dadcc2604b0) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-11 17:21:36 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#7255