Skip to content

jina-ai/jina-sagemaker

Folders and files

NameName
Last commit message
Last commit date
Jan 8, 2025
Jan 15, 2025
Apr 3, 2025
Jan 23, 2025
Sep 19, 2023
Nov 7, 2023
Sep 13, 2023
Sep 19, 2023
Apr 3, 2025
Sep 13, 2023
Sep 13, 2024
Oct 30, 2023

Repository files navigation

Jina Models on AWS SageMaker

PyPI PyPI - Downloads from official pypistats

jina-sagemaker package offers streamlined tools for interacting with Jina Embedding Models through the AWS SageMaker Marketplace, all within a Python environment.

Installation

The package can be installed with pip:

pip install --upgrade jina-sagemaker

Install from source:

python setup.py install

Usage

Please 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.