ragflow icon indicating copy to clipboard operation
ragflow copied to clipboard

[Question]: Support for multi-process concurrent document parsing

Open dashi6174 opened this issue 1 year ago • 2 comments

Describe your problem

The document parsing in ragflow is very slow, especially when parsing files in batches. Is it possible to support multi-process parsing? image

image

dashi6174 avatar May 09 '24 14:05 dashi6174

If your machine is good enough, enlarge the WS in docker/entrypoint.sh. Then docker build it to apply it.

KevinHuSh avatar May 10 '24 01:05 KevinHuSh

If your machine is good enough, enlarge the WS in docker/entrypoint.sh. Then docker build it to apply it.

I understand. Thank you. Is it possible to control this using environment variables in the future?

dashi6174 avatar May 10 '24 13:05 dashi6174