The quickstart runs Qdrant in docker run and the server with uvicorn separately. A docker-compose.yml with both services (Qdrant with a volume, the API reading OPENAI_API_KEY from the environment) would make first-run one command.
Acceptance: docker compose up starts Qdrant and the server, the health check passes, and the README quickstart is updated to offer it as the simple path.
The quickstart runs Qdrant in
docker runand the server with uvicorn separately. Adocker-compose.ymlwith both services (Qdrant with a volume, the API readingOPENAI_API_KEYfrom the environment) would make first-run one command.Acceptance:
docker compose upstarts Qdrant and the server, the health check passes, and the README quickstart is updated to offer it as the simple path.