diff --git a/docs/reference/services/modeldb.md b/docs/reference/services/modeldb.md index 69044117..67de1569 100644 --- a/docs/reference/services/modeldb.md +++ b/docs/reference/services/modeldb.md @@ -8,6 +8,32 @@ description: Information regarding [ModelDB](https://github.com/VertaAI/modeldb) [ModelDB](https://github.com/VertaAI/modeldb) is an open-source system to version machine learning models including their ingredients code, data, config, and environment and to track ML metadata across the model lifecycle. +## Cloud Storage Setup + +In order to allow your deployment to access cloud storage such as S3, you need to update the CORS configuration for the bucket. + +The configuration below is sufficient, +where + +`$ORIGIN` = `https://modeldb--$application.defaultNamespace.$application.domain` + +These `$` values come from your `params.yaml` + + +```xml + + + + $ORIGIN + GET + PUT + POST + DELETE + * + + +``` + ## Using the SDK In order to use ModelDB's SDK in a Workspace, run this to set up the connection.