An open API service indexing awesome lists of open source software.

https://github.com/jina-ai/jina-sagemaker

Jina Embedding Models on AWS SageMaker
https://github.com/jina-ai/jina-sagemaker

aws embeddings sagemaker

Last synced: 4 months ago
JSON representation

Jina Embedding Models on AWS SageMaker

Awesome Lists containing this project

README

          


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:
```bash
pip install --upgrade jina-sagemaker
```

Install from source:
```bash
python setup.py install
```

## Usage

Please configure your AWS credentials before using this package. You can do this by following the instructions [here](https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-quickstart.html).

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.