mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 11:28:35 -05:00
[GH-ISSUE #886] feat: Ollama embeddings support #12243
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 @Gyro0o on GitHub (Feb 24, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/886
Can you add the option to use ollama embeddings with customized models (such as nomic-embed-text...)
Alongside the native implementation.
@antonsapt4 commented on GitHub (Feb 25, 2024):
Hi Guys, is https://huggingface.co/nomic-ai/nomic-embed-text-v1.5 is not currently supported?
https://github.com/open-webui/open-webui/pull/772 been following till it merged, just want to know if this related and now we can use it to change the embed via dockerfile with nomic file
@tjbck @Gyro0o
@oliverbob commented on GitHub (Feb 25, 2024):
Nomic embed text is the best in the world.
Better than OpenAI's . Following....
@MikeyBeez commented on GitHub (Mar 7, 2024):
Has this been merged yet?
@vaclcer commented on GitHub (Mar 26, 2024):
Hello, I have tried to change the default embedding model for "mxbai-embed-large-v1". Docker build went fine, but when I try to ingest any document I get error:
"Embedding dimension 1024 does not match collection dimensionality 384"
I guess the new embedding model needs different size of vector db, but how do I configure that? Thanks.
edit: seems to be working after resetting vector storage.. sorry about that
@JJassonn69 commented on GitHub (Apr 10, 2024):
@vaclcer is it possible for you to create a guide or instructions on how to it. Would love to try out the new embedding model.
@vaclcer commented on GitHub (Apr 10, 2024):
I have a feeling this will be sorted out in upcoming v0.1.118. Lets see.
@tjbck commented on GitHub (Apr 14, 2024):
Added to our dev branch, let us know if you encounter any issues!
@sammcj commented on GitHub (Apr 16, 2024):
Love your work @tjbck :)
@sammcj commented on GitHub (Apr 16, 2024):
Just tried it out, works as described - Thanks! 🌮
@justinh-rahb commented on GitHub (Apr 16, 2024):
😅 And I just went through the trouble of switching to another built-in model, deleting my documents and vector DB the other day. This opens so many new possibilities!
@makecent commented on GitHub (Mar 10, 2025):
Delete the knowledge database and re-create it solved my problem. Seems like because I changed the embedding model for this knowledge database, which is initialized with the embedding size of the previous embedding model (even it's empty now)