-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
[Question]: Slow file parsing #3952
Comments
We intend to create an international community, so we encourage using English for communication. |
|
The older version I am using now, if you restart the container, will improve the parsing speed, but after a while it will still be slow |
Perhaps too many parsing tasks are blocking, so the parsing speed looks very slow. |
Are you saying that uploading multiple files at once can cause this problem? Or the file in the parsing is deleted by the back-end interface, and the new file is uploaded again, and the call parsing will be slow |
You can configure more task_executors in |
how can i config the |
Increase WS. |
How can I accelerate the embedding process using Gpus |
Can I just fill in the WS value more in line 19 of entrypoint.sh, e.g. WS=10? |
You could test it ^^ |
If you change the WS value in entrypoint.sh, do you run the script directly to start? What does this file do, I don't see docker-compose calling this sh file |
You need to re-build docker image or mount it (entrypoint.sh) out after change it out of docker image. |
Describe your problem
请问最新版本已经解决这问题了吗,我使用0.13版本,上传文件解析慢,已经过了10小时 几乎进度没有增长
The text was updated successfully, but these errors were encountered: