Embedding not getting created using ollama #608
Replies: 3 comments 3 replies
|
This is weird.. can you show how you configured the ollama provider? |
|
Same for me. It won't assign an embedding model. I tried downloading one of the embedding models into the ollama folder, still nothing. |
|
This was a known bug in the Ollama embedding provider, where the configured It has since been fixed upstream in Esperanto (2.19.6+), and the latest version of Open Notebook should work out of the box. Please update to the latest release and re-test — your remote Ollama embedding model should connect correctly now. If you still run into issues on the latest version, let us know and we can dig in further. |



Uh oh!
There was an error while loading. Please reload this page.
Setup notebook on local machine with docker inside WSL. Models' setup using ollama on azure VM. Connection test to language model is working fine, but embedding is failing with error -
Model Test Failed
nomic-embed-text:latest
Connection error - check network/endpoint
And with source file getting below error
INFO | commands.embedding_commands:embed_source_command:342 - Starting embedding for source: source:hlfs1gmdtn3diou7w6qb
2026-02-20 10:35:41.804 | INFO | commands.embedding_commands:embed_source_command:370 - Created 82 chunks for source source:hlfs1gmdtn3diou7w6qb (sizes: min=34, max=1198, avg=919 chars)
2026-02-20 10:35:45.992 | ERROR | surreal_commands.core.service:execute_command:283 - Command open_notebook.embed_source (command:0v7npdf84xaa8giypgft) failed after 5 attempt(s): Failed to generate embeddings using model 'nomic-embed-text:latest' (batch 1/2, 50 texts): Failed to get embeddings: All connection attempts failed
Please suggest the solution, if any configuration is missed
All reactions