Tutorials · Chapter D (4/4) · ~11 min
Deploy a RAG app
Try it → see it → read → next
Ship retrieval + chat with **env secrets, index version, health checks, and eval gates**.
Optional on: Professional
Try yourself
Playground
Deploy RAG checklist
Check each ship gate before sending customer traffic to your RAG app.
Recap
What you just did
You checked five ship gates — env, index, health, eval, rollback.
Read
Ship checklist
- Server-side API keys only
- Same embedding model for index + queries
/healthand/readyroutes- Golden questions run in CI or pre-deploy
- Document how to revert index or model version
Read
Try it
Add a health route that verifies vector DB connectivity before traffic shifts.