ragflow icon indicating copy to clipboard operation
ragflow copied to clipboard

Parsing is too much slow

Open cotaa956 opened this issue 1 year ago • 2 comments

Describe your problem

I was trying parsing in demo for small presentation files as well as simple text files, the process is too much slow and at the end it doesn't parse, it doesn't give me the message " parsing failed" but got stuck in start to build index if using presentation chunk method and RAPTOR if using other chunk methods. 20240728_163749

cotaa956 avatar Jul 28 '24 13:07 cotaa956

The RAPTOR needs to call LLM though. The demo is slow indeed sometime since lack of computaion resource.

KevinHuSh avatar Jul 29 '24 01:07 KevinHuSh

I'm running it on a local machine and the parsing is still *very" slow.

coolbix avatar Jul 30 '24 03:07 coolbix

The GPU on the locally deployed machine is not fully utilized; should we consider increasing its usage rate?

shaoupipi avatar Aug 08 '24 01:08 shaoupipi