[PR #1553] [MERGED] feat: external embeddings support #7499

Closed
opened 2025-11-11 17:28:25 -06:00 by GiteaMirror · 0 comments
Owner

📋 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: devHead: external-embeddings


📝 Commits (3)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/open-webui/open-webui/pull/1553 **Author:** [@tjbck](https://github.com/tjbck) **Created:** 4/14/2024 **Status:** ✅ Merged **Merged:** 4/14/2024 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `dev` ← **Head:** `external-embeddings` --- ### 📝 Commits (3) - [`2952e61`](https://github.com/open-webui/open-webui/commit/2952e6116762f1d1b43466fa92bf8762bf09e447) feat: external embeddings support - [`9cdb5bf`](https://github.com/open-webui/open-webui/commit/9cdb5bf9fe656fb26d1e0a2fc7551af1e08cbfb2) feat: frontend integration - [`36ce157`](https://github.com/open-webui/open-webui/commit/36ce157907b8800bed25fd671d60359ce97c93c7) fix: integration ### 📊 Changes **7 files changed** (+451 additions, -135 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-11 17:28:25 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#7499