cohere-toolkit
cohere-toolkit copied to clipboard
deployment: add docker compose down command in Makefile.
- Description: Add a target to Makefile to stop all containers.
i'm not sure if using stop -> docker compose down is more appropriate compared to using stop -> docker compose stop and down -> docker compose down. please feel free to adjust according to community consensus and norms.