mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[GH-ISSUE #10361] How to download/ import embedding model/sentence vector model in an offline environment /without internet? #31398
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 @lumos0 on GitHub (Feb 19, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/10361
How to download/ import embedding model/sentence vector model in an offline environment /without internet?
should provide instructions in documentation
@rgaricano commented on GitHub (Feb 19, 2025):
there are a env variable with path config: SENTENCE_TRANSFORMERS_HOME
(default: /app/backend/data/cache/embedding/models )
you can download model & put there, for download: e.g. https://stackoverflow.com/questions/65419499/download-pre-trained-sentence-transformers-model-locally
(if you are used huggingface maybe, in lunux, u have some cached models on ~/-cache/huggingface )