A Python library for the Cohere endpoints in AWS Sagemaker & Bedrock
Project description
Cohere Python SDK (AWS SageMaker & Bedrock)
This package provides functionality developed to simplify interfacing with the Cohere models via AWS SageMaker Marketplace and the Cohere models via AWS Bedrock in Python >=3.9
Installation
The package can be installed with pip:
pip install --upgrade cohere-aws
Install from source:
python setup.py install
Quick Start
To use this library, you need to configure your AWS credentials. You can do this by running aws configure
. Once that's set up, please refer to one of the Jupyter notebooks to get started. Here is the one for our medium command model
Note: by default we assume region configured in AWS CLI (aws configure get region
), to override use region_name
parameter, e.g.
client = Client(region_name='us-east-1')
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for cohere_aws-0.8.16-cp311-cp311-macosx_13_0_arm64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0e6a4f8f7029778625c13277aaacbab320da08375dd74e26fe1f9e40ccfb482d |
|
MD5 | f795e9f0c98e13ed9dabd19c88328c8b |
|
BLAKE2b-256 | d41eddf5ab578713736e0dde8239d81cc5ac444a43cdbb382e27d38f2c187fdd |