Replies: 2 comments
-
|
Please check you can access this embedding endpoint in the container. :) |
Beta Was this translation helpful? Give feedback.
0 replies
-
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.
-
Self Checks
1. Is this request related to a challenge you're experiencing? Tell me about your story.
I use nginx to proxy 8 bge embedding model.
Those 8 bge models running inside 8 ghcr.io/huggingface/text-embeddings-inference:cpu-1.5 containers.
When uploading files to Knowledge, some text file may run into status Error with message [huggingface_tei] Error: timed out.
dify_070_worker logs output core.model_runtime.errors.invoke.InvokeError: [huggingface_tei] Error: timed out
bge_emb_6100 logs output 192.168.1.63 - - [20/Aug/2024:15:12:03 +0800] "POST /v1/embeddings HTTP/1.1" 499 0 "-" "python-httpx/0.27.0"
2. Additional context or comments
docker logs -f --tail 20 dify_070_worker
... omit some lines
docker logs -f --tail 20 bge_emb_6100
... omit some lines
nginx config
Beta Was this translation helpful? Give feedback.
All reactions