Systematic protocol for debugging common issues in the FastAPI AI stack.
Follow these steps when encountering issues in the FastAPI AI stack.
./dc.sh ps
Ensure all services (app, worker, redis, minio, chroma) are running.
./dc.sh logs app./dc.sh logs worker./dc.sh logs chromaLook for tracebacks, connection errors, or LLM API timeouts.
REDIS_URLdocker-compose.ymlminio and chroma respectively (Docker DNS)../dc.sh exec app celery -A app.core.celery_app inspect ping../dc.sh tests
Run tests to isolate the component failing.