Rerank API not accessible: {"error":{"code":500,"message":"grpc service not ready","type":""}} #2503
Unanswered
Sarmingsteiner
asked this question in
Q&A
Replies: 2 comments 4 replies
-
for using rerankers you would need images shipping python dependencies. the latest-aio-cpu and latest-cpu tags automatically points to core images that doesn't ship python. See also: https://localai.io/basics/container/#standard-container-images |
Beta Was this translation helpful? Give feedback.
3 replies
-
I have problems for access to rerank too:
my docker swarm config:
my model config:
any clue? |
Beta Was this translation helpful? Give feedback.
1 reply
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to connect Dify with LocalAI for reranking. However, the connection to the API (http://localhost:8080/v1/rerank) is not possible and results in a 500 error.
But even the proposed CURL test is not successful.
After some time, the follow error message appears:
{"error":{"code":500,"message":"grpc service not ready","type":""}}
I tried with both
latest-aio-cpu
as well aslatest-cpu
packages (version 2.16).Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions