mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[GH-ISSUE #1169] May I choose the RAG Embedding model? #12373
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?
Originally created by @leoleelxh on GitHub (Mar 14, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/1169
May I choose the RAG Embedding model? Since I have deployed openwebui onto my NAS server, which has limited computing power, can I opt for OpenAI's embedding model to reduce local computational resources usage?
@justinh-rahb commented on GitHub (Mar 14, 2024):
Embedding is currently only possible locally, there's no support for using external embedding model APIs as of right now. PRs of course welcome, we could potentially support Ollama or OpenAI embedding I think.
@leoleelxh commented on GitHub (Mar 14, 2024):
Yes, that's a great idea, which would give openwebui more flexibility.
@jannikstdl commented on GitHub (Mar 14, 2024):
related #679
@tjbck commented on GitHub (Mar 14, 2024):
Duplicate https://github.com/open-webui/open-webui/issues/679