ragflow
ragflow copied to clipboard
[Question]: Support for multi-process concurrent document parsing
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?
If your machine is good enough, enlarge the WS in docker/entrypoint.sh. Then docker build it to apply it.
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?