Model Inference Service Deployment
UltraRAG UI uniformly uses the OpenAI API protocol for invocation. You can choose to run directly on the host usingScreen or use Docker for containerized deployment.
LLM Deployment
Taking Qwen3-32B as an example, it is recommended to use multi-card parallelism to ensure inference speed. Screen (Run directly on host)- Create session:
- Start command:
script/vllm_serve.sh
- Exit session: Press
Ctrl + A + Dto exit and keep the service running in the background. If you need to re-enter the session, execute:
Retrieval Model Deployment
Taking Qwen3-Embedding-0.6B as an example, which usually occupies less video memory. Screen (Run directly on host)- Create session:
- Start command:
script/vllm_serve_emb.sh
Vector Database Deployment (Milvus)
Milvus is used for efficient storage and retrieval of vector data. Official Deploymentstart_milvus.sh