Documentation
Cloud
Cloud & Deployment Integrations
Cloud & Deployment Integrations
Cloud Run
- The Dockerfile is optimized for Cloud Run.
- Use
DATABASE_URLand provider tokens (for exampleNVIDIA_API_KEY) as environment variables. - Mount the config file and set
CONFIG_PATHif needed.
Docker Compose
deploy/docker-compose.yaml provides an example local stack with:
rag-serverstunnel-client(for database tunneling)caddy(reverse proxy)rag-cliandragbench
Systemd
deploy/systemd includes a unit file for running rag-server on VMs or bare metal. Ensure the config path and environment variables match your deployment layout.
Feedback