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
dev
rag
d5aa9e8
b16f0ea
ee15593
438942d
becb7b1
fa598b5
b050013
7071716
b2c9f6d
784b369
15 files changed (+659 additions, -112 deletions)
📝 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)
Dockerfile
README.md
backend/.gitignore
backend/apps/rag/main.py
backend/config.py
backend/constants.py
backend/main.py
backend/requirements.txt
src/lib/apis/rag/index.ts
src/lib/components/chat/MessageInput.svelte
src/lib/components/chat/Messages/UserMessage.svelte
src/lib/constants.ts
src/lib/utils/index.ts
src/lib/utils/rag/index.ts
src/routes/(app)/+page.svelte
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.
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/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.