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
main
web-rag
28226a6
2f1f2b1
5 files changed (+140 additions, -37 deletions)
📝 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)
backend/apps/rag/main.py
backend/utils/misc.py
src/lib/components/chat/MessageInput.svelte
src/lib/components/chat/MessageInput/Documents.svelte
src/lib/utils/index.ts
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.
No dependencies set.
The note is not visible to the blocked user.
📋 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.