[PR #1554] [MERGED] feat: external embeddings #7500

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

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/1554
Author: @tjbck
Created: 4/14/2024
Status: Merged
Merged: 4/14/2024
Merged by: @tjbck

Base: devHead: external-embeddings


📝 Commits (3)

📊 Changes

6 files changed (+274 additions, -87 deletions)

View changed files

📝 backend/apps/ollama/main.py (+2 -2)
📝 backend/apps/rag/main.py (+102 -49)
📝 backend/apps/rag/utils.py (+93 -18)
📝 backend/main.py (+4 -0)
📝 src/lib/apis/rag/index.ts (+6 -0)
📝 src/lib/components/documents/Settings/General.svelte (+67 -18)

📄 Description

Resolves #679 #886


🔄 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/1554 **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) - [`b48e73f`](https://github.com/open-webui/open-webui/commit/b48e73fa43bc574b634e7632f6133093eb221429) feat: openai embeddings support - [`b1b7244`](https://github.com/open-webui/open-webui/commit/b1b72441bbf0a60d1d0bc873a4f0b86f35f9a0f1) feat: openai embeddings integration - [`741ed5d`](https://github.com/open-webui/open-webui/commit/741ed5dc4c150edf8e059fedc4afd8190c1bcdb8) fix ### 📊 Changes **6 files changed** (+274 additions, -87 deletions) <details> <summary>View changed files</summary> 📝 `backend/apps/ollama/main.py` (+2 -2) 📝 `backend/apps/rag/main.py` (+102 -49) 📝 `backend/apps/rag/utils.py` (+93 -18) 📝 `backend/main.py` (+4 -0) 📝 `src/lib/apis/rag/index.ts` (+6 -0) 📝 `src/lib/components/documents/Settings/General.svelte` (+67 -18) </details> ### 📄 Description Resolves #679 #886 --- <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:27 -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#7500