Add cached results for AWS Bedrock Titan example in "Connecting to GenAI Models" tutorial #82
Labels
bug
Something isn't working
documentation
Improvements or additions to documentation
good first issue
Good for newcomers
Describe the bug
The AWS Bedrock - Titan example in the Connecting to GenAI Models tutorial is missing cached results. As a result, the notebook is not reproducible for ARTKIT developers, and it will output errors if the developer attempts to run the notebook without valid AWS Bedrock credentials.
The notebook is also missing adequate explanation of how to configure your environment to use AWS credentials with the ARTKIT connector.
To Reproduce
This error impacts ARTKIT contributors in their dev environment.
Documentation notebooks should have cached results committed to the repo, ensuring contributors can reproducibly run documentation notebooks e2e without requiring credentials.
For example, we can see cached results for the Connecting the GenAI Models tutorial here: https://github.com/BCG-X-Official/artkit/tree/1.0.x/sphinx/source/user_guide/introduction_to_artkit/cache
However, the AWS Bedrock - Titan connector is missing cached results. Thus, when a developer runs the notebook in their local dev environment, it attempts to make fresh API calls. If valid AWS credentials are available, it will make the API calls and create a new cache, otherwise it will produce an error. Either way, this is undesirable.
Solution
The text was updated successfully, but these errors were encountered: