Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 935 Bytes

File metadata and controls

21 lines (16 loc) · 935 Bytes

amazon-bedrock-haystack

PyPI - Version PyPI - Python Version


Contributing

Refer to the general Contribution Guidelines.

To run integration tests locally, you need to authenticate with AWS. For example, you can do that by exporting the following environment variables:

export AWS_ACCESS_KEY_ID=...
export AWS_SECRET_ACCESS_KEY=...
export AWS_SESSION_TOKEN=...
export AWS_DEFAULT_REGION=...