mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 02:48:13 -05:00
[PR #414] [MERGED] feat: RAG support #35951
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/414
Author: @tjbck
Created: 1/7/2024
Status: ✅ Merged
Merged: 1/7/2024
Merged by: @tjbck
Base:
main← Head:dev📝 Commits (10+)
07fc6e4Merge pull request #310 from ollama-webui/main880f58eMerge pull request #329 from ollama-webui/maind5aa9e8feat: requirements for RAGb16f0eaMerge branch 'main' into ragee15593Merge branch 'main' into rag438942dMerge branch 'main' into ragbecb7b1Merge branch 'main' into ragfa598b5Merge branch 'main' into ragb050013Merge branch 'main' into rag7071716Merge pull request #408 from ollama-webui/main📊 Changes
17 files changed (+841 additions, -193 deletions)
View changed files
📝
Dockerfile(+2 -1)📝
README.md(+2 -1)📝
backend/.gitignore(+2 -1)➕
backend/apps/rag/main.py(+207 -0)📝
backend/config.py(+34 -4)📝
backend/constants.py(+6 -2)📝
backend/main.py(+10 -6)📝
backend/requirements.txt(+7 -0)➕
src/lib/apis/rag/index.ts(+105 -0)📝
src/lib/components/chat/MessageInput.svelte(+91 -23)📝
src/lib/components/chat/Messages.svelte(+49 -1)📝
src/lib/components/chat/Messages/UserMessage.svelte(+31 -1)📝
src/lib/constants.ts(+1 -0)📝
src/lib/utils/index.ts(+34 -0)➕
src/lib/utils/rag/index.ts(+20 -0)📝
src/routes/(app)/+page.svelte(+112 -73)📝
src/routes/(app)/c/[id]/+page.svelte(+128 -80)📄 Description
Merges #333 to main, Resolves #31
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.