jina-sagemaker package offers streamlined tools for interacting with Jina Embedding Models through the AWS SageMaker Marketplace, all within a Python environment.
The package can be installed with pip:
pip install --upgrade jina-sagemakerInstall from source:
python setup.py installPlease configure your AWS credentials before using this package. You can do this by following the instructions here.
Please follow the examples in notebooks to get an overview of how to use model packages offered for real time inference and batch transform jobs.