Original PR: https://github.com/open-webui/open-webui/pull/1553 Author: @tjbck Created: 4/14/2024 Status: ✅ Merged Merged: 4/14/2024 Merged by: @tjbck
Base: dev ← Head: external-embeddings
dev
external-embeddings
2952e61
9cdb5bf
36ce157
7 files changed (+451 additions, -135 deletions)
📝 backend/apps/ollama/main.py (+54 -0) 📝 backend/apps/rag/main.py (+124 -40) 📝 backend/apps/rag/utils.py (+39 -0) 📝 backend/config.py (+3 -0) 📝 src/lib/apis/ollama/index.ts (+26 -0) 📝 src/lib/apis/rag/index.ts (+5 -4) 📝 src/lib/components/documents/Settings/General.svelte (+200 -91)
backend/apps/ollama/main.py
backend/apps/rag/main.py
backend/apps/rag/utils.py
backend/config.py
src/lib/apis/ollama/index.ts
src/lib/apis/rag/index.ts
src/lib/components/documents/Settings/General.svelte
No description provided
🔄 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/1553
Author: @tjbck
Created: 4/14/2024
Status: ✅ Merged
Merged: 4/14/2024
Merged by: @tjbck
Base:
dev← Head:external-embeddings📝 Commits (3)
2952e61feat: external embeddings support9cdb5bffeat: frontend integration36ce157fix: integration📊 Changes
7 files changed (+451 additions, -135 deletions)
View changed files
📝
backend/apps/ollama/main.py(+54 -0)📝
backend/apps/rag/main.py(+124 -40)📝
backend/apps/rag/utils.py(+39 -0)📝
backend/config.py(+3 -0)📝
src/lib/apis/ollama/index.ts(+26 -0)📝
src/lib/apis/rag/index.ts(+5 -4)📝
src/lib/components/documents/Settings/General.svelte(+200 -91)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.