mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-09 23:35:09 -05:00
[PR #333] [MERGED] feat: RAG support #7061
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/333
Author: @tjbck
Created: 1/1/2024
Status: ✅ Merged
Merged: 1/7/2024
Merged by: @tjbck
Base:
dev← Head:rag📝 Commits (10+)
d5aa9e8feat: 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/mainb2c9f6dfeat: rag api endpoint784b369feat: chromadb vector store api📊 Changes
15 files changed (+659 additions, -112 deletions)
View changed files
📝
Dockerfile(+1 -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/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(+108 -73)📄 Description
Resolves #31
"Try to go as far as you can go and let it become whatever it becomes." - Happy New Year!
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.