[PR #585] [MERGED] feat: web rag support #107700

Closed
opened 2026-05-18 06:37:00 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

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

Base: mainHead: web-rag


📝 Commits (2)

  • 28226a6 feat: web rag support
  • 2f1f2b1 feat: invalid url error handling

📊 Changes

5 files changed (+140 additions, -37 deletions)

View changed files

📝 backend/apps/rag/main.py (+8 -3)
📝 backend/utils/misc.py (+10 -0)
📝 src/lib/components/chat/MessageInput.svelte (+32 -1)
📝 src/lib/components/chat/MessageInput/Documents.svelte (+38 -2)
📝 src/lib/utils/index.ts (+52 -31)

📄 Description

Resolves #464

image

You can now add website content to rag pipeline directly using '#' command followed by the website url.


🔄 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/585 **Author:** [@tjbck](https://github.com/tjbck) **Created:** 1/27/2024 **Status:** ✅ Merged **Merged:** 1/27/2024 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `main` ← **Head:** `web-rag` --- ### 📝 Commits (2) - [`28226a6`](https://github.com/open-webui/open-webui/commit/28226a6f978a9c93fa8256b8532da6640daa91b5) feat: web rag support - [`2f1f2b1`](https://github.com/open-webui/open-webui/commit/2f1f2b12b4a1dc75fe286afee1b0a8f3f6b67bef) feat: invalid url error handling ### 📊 Changes **5 files changed** (+140 additions, -37 deletions) <details> <summary>View changed files</summary> 📝 `backend/apps/rag/main.py` (+8 -3) 📝 `backend/utils/misc.py` (+10 -0) 📝 `src/lib/components/chat/MessageInput.svelte` (+32 -1) 📝 `src/lib/components/chat/MessageInput/Documents.svelte` (+38 -2) 📝 `src/lib/utils/index.ts` (+52 -31) </details> ### 📄 Description Resolves #464 ![image](https://github.com/ollama-webui/ollama-webui/assets/25473318/d41d6637-9f78-430b-bf89-a75f17c5dce6) You can now add website content to rag pipeline directly using '#' command followed by the website url. --- <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-05-18 06:37:01 -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#107700