[PR #416] [MERGED] refac #20322

Closed
opened 2026-04-20 02:53:45 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/416
Author: @tjbck
Created: 1/7/2024
Status: Merged
Merged: 1/7/2024
Merged by: @tjbck

Base: mainHead: dev


📝 Commits (6)

📊 Changes

6 files changed (+179 additions, -62 deletions)

View changed files

📝 Dockerfile (+2 -2)
📝 backend/apps/rag/main.py (+24 -14)
📝 src/lib/apis/rag/index.ts (+26 -0)
📝 src/lib/components/chat/MessageInput.svelte (+84 -46)
📝 src/lib/components/chat/SettingsModal.svelte (+35 -0)
📝 src/routes/(app)/+page.svelte (+8 -0)

📄 Description

Resolves #415


🔄 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/416 **Author:** [@tjbck](https://github.com/tjbck) **Created:** 1/7/2024 **Status:** ✅ Merged **Merged:** 1/7/2024 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (6) - [`c68bb3b`](https://github.com/open-webui/open-webui/commit/c68bb3b95043f0ce816adc68c3876e485b9fe77c) docker: slim - [`ffd0a5a`](https://github.com/open-webui/open-webui/commit/ffd0a5a2a06ffe392b8461c368232b46e5955e4a) Update main.py - [`d6a1bf1`](https://github.com/open-webui/open-webui/commit/d6a1bf14062588745c6cb4e1fc08d91e5a225353) refac: file upload - [`d4b2578`](https://github.com/open-webui/open-webui/commit/d4b2578f6e6b4676cb301d474446a02e78240aa7) feat: rag csv support - [`b37b157`](https://github.com/open-webui/open-webui/commit/b37b15763891556a919210e82a7834035e9dc660) feat: reset vectordb storage support - [`9a63376`](https://github.com/open-webui/open-webui/commit/9a63376e550ee25dbe7473657942516e49e45850) feat: file upload error handling ### 📊 Changes **6 files changed** (+179 additions, -62 deletions) <details> <summary>View changed files</summary> 📝 `Dockerfile` (+2 -2) 📝 `backend/apps/rag/main.py` (+24 -14) 📝 `src/lib/apis/rag/index.ts` (+26 -0) 📝 `src/lib/components/chat/MessageInput.svelte` (+84 -46) 📝 `src/lib/components/chat/SettingsModal.svelte` (+35 -0) 📝 `src/routes/(app)/+page.svelte` (+8 -0) </details> ### 📄 Description Resolves #415 --- <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 2026-04-20 02:53:45 -05: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#20322