infiniflow / ragflow

RAGFlow is an open-source RAG (Retrieval-Augmented Generation) engine based on deep document understanding.
https://ragflow.io
Apache License 2.0
16.43k stars 1.68k forks source link

[Question] I was wondering why when I upload a PDF document (which contains images), and click to analyze it, the process gets stuck and no error message appears? #1453

Open 13416157913 opened 1 month ago

13416157913 commented 1 month ago

Is there an existing issue for the same bug?

Branch name

1

Commit ID

1

Other environment information

No response

Actual behavior

您好,请问为什么上传PDF文档后(PDF文档包含图片),点击解析,怎么一直卡住,也没有报错? image

Expected behavior

No response

Steps to reproduce

1

Additional information

No response

opriz commented 1 month ago

+1

iamlaobie commented 1 month ago

My case is very strange, I used master branch build image, and ragflow server can parse documents. But i down the server and run again, the parser didn't work.

KevinHuSh commented 1 month ago

ps aux|grep task There should be a procedure named task_executor. Check Redis connection.

13416157913 commented 1 month ago

ps aux|grep task There should be a procedure named task_executor. Check Redis connection.

image

13416157913 commented 1 month ago

ps aux|grep task There should be a procedure named task_executor. Check Redis connection.

the task_executor procedure exist, but task running all the time. image

KevinHuSh commented 1 month ago

Embedding takes time with CPU.

13416157913 commented 1 month ago

Embedding takes time with CPU.

how to set Embedding with GPU?

KevinHuSh commented 1 month ago

Change docker-compose.ymal a bit. Refer to this

chengyuansen commented 1 month ago

same issue。 QQ20240717-090514

adzhua commented 1 month ago

same issue。 QQ20240717-090514

同样的问题,你解决了没?

chengyuansen commented 1 month ago

same issue。 QQ20240717-090514

同样的问题,你解决了没?

不要批量解析,要一个一个解析,一个解析好了之后再点击下一个。我2000+文件基本把我搞半死。 感觉批量解析应该有bug,使用批量解析了好几天总是卡死。

13416157913 commented 1 month ago

same issue。 QQ20240717-090514

同样的问题,你解决了没?

不要批量解析,要一个一个解析,一个解析好了之后再点击下一个。我2000+文件基本把我搞半死。 感觉批量解析应该有bug,使用批量解析了好几天总是卡死。

我这边一个一个解析也是一样的问题;

chengyuansen commented 1 month ago

same issue。 QQ20240717-090514

同样的问题,你解决了没?

不要批量解析,要一个一个解析,一个解析好了之后再点击下一个。我2000+文件基本把我搞半死。 感觉批量解析应该有bug,使用批量解析了好几天总是卡死。

我这边一个一个解析也是一样的问题;

这么多人遇到了同样的问题,本质上是个bug。

cyhasuka commented 1 month ago

Embedding takes time with CPU.嵌入需要 CPU 时间。

This is actually a bug and has nothing to do with the CPU or GPU. Try to fix it PLZ @KevinHuSh