-
Notifications
You must be signed in to change notification settings - Fork 7.5k
Feat: Add ASGI support and uvloop integration for improved performance #11645
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
git clone https://github.com/xhuaustc/ragflow.git vi .env vi docker-compose.yml docker compose -f docker-compose.yml up sgin up: sgin in: logs: | __ \ | | / | 2025-12-08 14:23:12,551 INFO 47 RAGFlow version: b0d0559
|
What problem does this PR solve?
Start RAGFlow with Uvicorn as an ASGI app by adding --use-uvicorn, and you can also set the number of workers with --uvicorn-workers.
Type of change