How to Improve the Performance of RAGFlow #7227
Replies: 1 comment
-
I found several similar threads discussing production deployment and WSGI server usage for RAGFlow, but none of them provided a solution in the comments [1][2][3][4]. Regarding your question, while I couldn't find specific instructions for switching RAGFlow to a WSGI server, I can provide some general guidance. RAGFlow uses Flask, which is compatible with WSGI servers. Here are some steps you can follow:
For detailed configuration and optimization, you might need to refer to the documentation of the specific WSGI server you choose. To continue talking to Dosu, mention @dosu. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Bug Report | Other |
Beta Was this translation helpful? Give feedback.
-
I want to improve its concurrency and found a warning during startup: WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead.
How can I switch to a WSGI server? Could you provide a detailed tutorial? Thank you!
Beta Was this translation helpful? Give feedback.
All reactions