mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-10 07:43:10 -05:00
[PR #1553] [MERGED] feat: external embeddings support #7499
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/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.