-
Notifications
You must be signed in to change notification settings - Fork 8.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error uploading files while building the knowledge base #11657
Comments
There are similar issues that have been discussed and resolved. Here are some relevant threads and solutions:
These steps should help you diagnose and resolve the issue with files being stuck in the "queued" or "indexing" state. To continue talking to Dosu, mention @dosu. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Other |
======================================================== core.model_runtime.errors.invoke.InvokeConnectionError: [ollama] Connection Error, HTTPConnectionPool(host='192.1.1.9', port=8080): Read timed out. (read timeout=300) |
However, after I restarted all containers related to Dify, the work container no longer reports an "Connection Error, HTTPConnectionPool." The files that were already uploaded remain in a "queued" state. When I attempt to upload files again, there is no output in the log files. The logs for the worker container are stuck at the following status, with no output after waiting for an hour. All containers have an "up" status. worker docker container stuck ....: |
Self Checks
Dify version
0.13.1、0.13.2
Cloud or Self Hosted
Self Hosted (Docker)
Steps to reproduce
Error uploading files while building the knowledge base
✔️ Expected Behavior
The uploaded knowledge base files have been successfully indexed.
❌ Actual Behavior
I have uploaded 3 files with sizes of 2MB, 3MB, and 5MB respectively to build an index knowledge base. These three files have remained in a "queued" state. After restarting all Docker containers, one of the files started indexing but has been stuck in the "indexing" state for 5 hours without any progress. How should I proceed? When I upload 15 files, it results in a timeout immediately. The embedding model being used is bge-large-zh-v1.5, and the hybrid retrieval large model is bge-reranker-v2-m3. I have tried versions v0.13.1 and v0.13.2, and the issue persists. What steps should I take to resolve this?
The text was updated successfully, but these errors were encountered: