You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The following code in 02_qa_w_rag_claude_opensearch.ipynb will throw an error if the AWS_DEFAULT_REGION is not set. Update to retrieve the region dynamically, e.g. boto3.session.Session.region_name. Do not hard code the region.
Describe the bug
The following code in 02_qa_w_rag_claude_opensearch.ipynb will throw an error if the AWS_DEFAULT_REGION is not set. Update to retrieve the region dynamically, e.g.
boto3.session.Session.region_name
. Do not hard code the region.The following line in 02_qa_w_rag_claude_opensearch.ipynb will also throw an error if the REGION is not set:
None
is not an appropriate value if the variable is not set.The text was updated successfully, but these errors were encountered: