You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello @knaga35! 👋 I'm here to help you with bug fixes, answer questions, and support you as you wait for a human maintainer.
To address the "500 Server Error: Internal Server Error" when using the rerank model BAAI/bge-reranker-v2-m3 in a self-hosted Dify setup, you should check the logs of the 'api' container. Since the setup is using Docker, you can view these logs using the following command:
docker-compose logs api
This will help you diagnose the issue by providing more detailed error messages or stack traces that can indicate the root cause of the server error [1].
Self Checks
Dify version
0.11.0
Cloud or Self Hosted
Self Hosted (Docker)
Steps to reproduce
1. Create knowledge
Retrieval Setting : Vector Search
Rerank Model : BAAI/bge-reranker-v2-m3
2. Integrate knowledge base within application
Create a chatflow as below.
KNOWLEDGE RETRIEVAL:
Retrieval Setting : Rerank Model
Rerank Model : BAAI/bge-reranker-v2-m3
3. Enter content in the box to start debugging the Chatbot
Depending on the content of the question, there is no problem, but the following error may occur.
Dify API Log:
✔️ Expected Behavior
No response
❌ Actual Behavior
No response
The text was updated successfully, but these errors were encountered: