Embedding not getting created using ollama #608
Unanswered
guptagaurav89
asked this question in
Q&A
Replies: 1 comment 3 replies
-
|
This is weird.. can you show how you configured the ollama provider? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment



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
Beta Was this translation helpful? Give feedback.
All reactions