Use the Docker Compose v2 plugin on this machine:
docker compose up --buildIf you see a ModuleNotFoundError: No module named 'distutils' error, you are running the legacy docker-compose v1 Python launcher. This repository expects the newer docker compose command instead.
api: FastAPI app on port8000worker: RQ worker for ingestion and chat queuesredis: job queue backendqdrant: vector store backend