Replies: 2 comments 1 reply
-
Ollama和语析分别装在两台机子上,语析的宿主机可以访问OllamaAPI,不知道为什么会出现图中所示错误
|
Beta Was this translation helpful? Give feedback.
0 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.
-
调用ollama接口访问没有问题 ,

但系统报错:09:50:04.000
ERROR
embed.py:136
Ollama Embedding async request failed: Server disconnected without sending a response., {'model': 'bge-m3', 'input': ['Hello world']}, self.base_url='http://host.docker.internal:11434/api/embed', maybe you can check the
http://host.docker.internal:11434/api/embedend with /embeddings as examples.09:50:04.000
ERROR
embed.py:136
Ollama Embedding async request failed: Server disconnected without sending a response., {'model': 'nomic-embed-text', 'input': ['Hello world']}, self.base_url='http://host.docker.internal:11434/api/embed', maybe you can check the
http://host.docker.internal:11434/api/embedend with /embeddings as examples.09:50:04.000
ERROR
embed.py:136
Other Embedding async request failed: Server disconnected without sending a response., {'model': 'Qwen3-Embedding-0.6B', 'input': ['Hello world']}, self.base_url='http://host.docker.internal:8000/v1/embeddings', maybe you can check the
http://host.docker.internal:8000/v1/embeddingsend with /embeddings as examples.09:50:04.000
ERROR
embed.py:136
Ollama Embedding async request failed: Server disconnected without sending a response., {'model': 'nomic-embed-text', 'input': ['Hello world']}, self.base_url='http://host.docker.internal:11434/api/embed', maybe you can check the
http://host.docker.internal:11434/api/embedend with /embeddings as examples.09:50:04.000
ERROR
embed.py:136
Other Embedding async request failed: Server disconnected without sending a response., {'model': 'Qwen3-Embedding-0.6B', 'input': ['Hello world']}, self.base_url='http://host.docker.internal:8000/v1/embeddings', maybe you can check the
http://host.docker.internal:8000/v1/embeddingsend with /embeddings as examples.09:50:04.000
ERROR
embed.py:136
Ollama Embedding async request failed: Server disconnected without sending a response., {'model': 'bge-m3', 'input': ['Hello world']}, self.base_url='http://host.docker.internal:11434/api/embed', maybe you can check the
http://host.docker.internal:11434/api/embedend with /embeddings as examples.09:50:04.000
ERROR
embed.py:136
Client error '401 Unauthorized' for url 'https://dashscope.aliyuncs.com/compatible-mode/v1/embeddings'
Beta Was this translation helpful? Give feedback.
All reactions