-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
upload a file to a knowledge but the indexing_status always waiting and the progress is 0% #4295
Comments
https://docs.dify.ai/getting-started/install-self-hosted/local-source-code pls check your worker service is started or not @dwq370 |
It looks like the issue with the indexing status not progressing might be due to the Worker service not being active or properly configured. The Worker service is crucial for handling asynchronous tasks such as data file import and dataset document updates, which includes indexing uploaded files. If this service isn't running, the indexing process won't start, leading to the symptoms you're experiencing. To address this, please ensure the Worker service is started. For a development environment, you can start the Worker service using Celery within your project directory. If you're using Docker, make sure to define and start the Worker service in your Additionally, ensure your network configuration allows Dify to communicate with the Xinference endpoint, especially if you're self-hosting. Use the host IP address instead of If the Worker service is running and the configuration looks correct but the problem persists, reviewing the application logs might reveal more details. These logs can provide insights into the indexing process and help identify any errors or issues that need to be addressed. For more detailed instructions on configuring and troubleshooting the Worker service, you might want to refer to the source code and documentation available in the Dify repository.
|
i start dify with the flask cmd only should i start worker service with celery cmd? |
both flask and celery are need, the celery worker is used for deal async task |
OK ,i will try it |
i start weaviate with dify version 0.6.1-fix1, it's work too thank you for your help the issue can be closed |
Self Checks
Dify version
0.6.0-fix1 and later
Cloud or Self Hosted
Self Hosted (Source)
Steps to reproduce
✔️ Expected Behavior
the indexing_status always complete and the progress is 100%
❌ Actual Behavior
version 0.6.0-fix1:
version 0.6.4:
The text was updated successfully, but these errors were encountered: