Replies: 2 comments
-
|
你能提供一下你所使用的系统版本和 Ollama API 的完整配置吗?另外,你调用 API 时具体用的是什么代码或者请求方式?这些信息有助于定位问题。 |
Beta Was this translation helpful? Give feedback.
0 replies
-
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