ragflow icon indicating copy to clipboard operation
ragflow copied to clipboard

[Bug]: Error 109 was reported after uploading pdf file

Open zscxc opened this issue 9 months ago • 1 comments

Is there an existing issue for the same bug?

  • [x] I have checked the existing issues.

RAGFlow workspace code commit ID

v0.17.0

RAGFlow image version

v0.17.0

Other environment information

On Ali Cloud's gpu server

Actual behavior

After configuring the knowledge base and the large model, I set up an assistant for testing. When I uploaded pdf, I reported an error, but I did not report an error when uploading excel, but also did not parse the content

Expected behavior

Image

Steps to reproduce

After configuring the knowledge base and the large model, I set up an assistant for testing. When I uploaded pdf, I reported an error, but I did not report an error when uploading excel, but also did not parse the content

Additional information

Image

zscxc avatar Mar 07 '25 01:03 zscxc

My suggestion is that start RAGFlow without GPU configuration and deploy an embedding inference server on GPUs via Ollama/Xinference e.g.. And start multiple task executors via python rag/svr/task_executor.py 1,2,3,4....

KevinHuSh avatar Mar 07 '25 07:03 KevinHuSh