mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 11:28:35 -05:00
[PR #1687] [MERGED] feat: move to native sentence_transformers
#20751
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/1687
Author: @buroa
Created: 4/22/2024
Status: ✅ Merged
Merged: 4/22/2024
Merged by: @tjbck
Base:
dev← Head:buroa/huggingface-embeddings📝 Commits (1)
f3e5700feat: move to native sentence_transformer📊 Changes
7 files changed (+155 additions, -270 deletions)
View changed files
📝
CHANGELOG.md(+6 -0)📝
Dockerfile(+6 -6)📝
backend/apps/rag/main.py(+89 -119)📝
backend/apps/rag/utils.py(+45 -139)📝
backend/config.py(+6 -5)📝
backend/requirements.txt(+2 -0)📝
src/lib/components/documents/Settings/General.svelte(+1 -1)📄 Description
Using the ChromaDB ones are very limiting, and under the hood they are just sentence-transformer models anyways. Let's open it up and let them use any embedding model
sentence_transformerssupports loading.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.