langgenius / dify

Dify is an open-source LLM app development platform. Dify's intuitive interface combines AI workflow, RAG pipeline, agent capabilities, model management, observability features and more, letting you quickly go from prototype to production.
https://dify.ai
Other
51.24k stars 7.38k forks source link

"Knowledge retrieval" encounters errors when multiple knowledge bases are added. #8620

Closed massif-01 closed 1 month ago

massif-01 commented 1 month ago

Self Checks

Dify version

0.8.3

Cloud or Self Hosted

Self Hosted (Docker)

Steps to reproduce

When I add multiple knowledge bases (around 20) in "Knowledge Retrieval," it generates errors during execution. However, if I add only 5-6, there are no errors. [xinference] Server Unavailable Error, Failed to rerank documents, detail: Remote server 0.0.0.0:42547 closed

✔️ Expected Behavior

No response

❌ Actual Behavior

No response

crazywoola commented 1 month ago

[xinference] Server Unavailable Error, Failed to rerank documents, detail: Remote server 0.0.0.0:42547 closed

You need to check the logs from xinference side to see what's going on.

massif-01 commented 1 month ago

[xinference] Server Unavailable Error, Failed to rerank documents, detail: Remote server 0.0.0.0:42547 closed

You need to check the logs from xinference side to see what's going on.

When I fell back to version 0.8.2, this issue did not occur, and the deployment environment did not change