mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-21 09:01:47 -05:00
[PR #585] [MERGED] feat: web rag support #36019
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?
📋 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:
main← Head:web-rag📝 Commits (2)
28226a6feat: web rag support2f1f2b1feat: 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
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.