mirror of
https://github.com/open-webui/docs.git
synced 2026-07-21 10:05:26 -04:00
doc: env var for configuring embeddings model #19
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 @peperunas on GitHub (Apr 17, 2024).
It would be great to have a way to setup the default embedding models via an env var.
For example, the user can set up a provider - e.g., Ollama - and its embedding model.
@tjbck commented on GitHub (Apr 18, 2024):
PR welcome!
@tjbck commented on GitHub (Apr 20, 2024):
I just realised you can already do this with these env vars. Let me know if you encounter any issues.
@justinh-rahb commented on GitHub (Apr 20, 2024):
So like embedding engine options would be
ollama,openaiand...?@tjbck commented on GitHub (Apr 20, 2024):
empty string for default built-in sentence transformer,
ollamafor Ollama,openaifor OpenAI 😅