Rerank API not accessible: {"error":{"code":500,"message":"grpc service not ready","type":""}} #2503
Unanswered
Sarmingsteiner
asked this question in
Q&A
Replies: 1 comment 3 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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