💫 Release v3.24.0
Release Note (3.24.0
)
Release time: 2024-03-11 09:48:35
This release contains 1 new feature.
🆕 Features
Support provider endpoint in Jina Executor (#6149)
This release adds the --provider-endpoint
flag, which can only be used in conjunction with the --provider
flag. The --provider-endpoint
flag takes as a parameter a named endpoint supported in the Executor and sets the endpoint of the provider to map to that Executor endpoint.
At present, SageMaker is the only available provider option, so using the parameters --provider SAGEMAKER --provider-endpoint <named endpoint>
will make the SageMaker invocations
endpoint map to the named endpoint of the Executor.
🤟 Contributors
We would like to thank all contributors to this release:
- Zac Li (@zac-li )