haystack-core-integrations
haystack-core-integrations copied to clipboard
Update Sagemaker workflow to run integration tests
Sagemaker integration tests are not being run as of now.
Keeping models deployed just for testing purposes is way too expensive. We should start them on demand when the workflow needs to run and undeploy them when it finishes.
This will give us the chance to verify the correct functionality of our integration and keep cost down.