Glossary

5.3 Containerization

Provide a `Dockerfile` for the application. - Provide a `docker-compose.yml` that launches the API, vector database, and any other dependencies. - Include environment variable configuration for all secrets and model paths.

Learn More

Related Terms