aws-solutions-library-samples / guidance-for-natural-language-queries-of-relational-databases-on-aws

Demonstration of Natural Language Query (NLQ) of an Amazon RDS for PostgreSQL database, using SageMaker JumpStart, Amazon Bedrock, LangChain, Streamlit, and Chroma.
https://aws.amazon.com/solutions/guidance/natural-language-queries-of-relational-databases-on-aws/
MIT No Attribution
58 stars 10 forks source link

NlqEcsBedrockStack.yaml refers to an incorrect Docker image tag #46

Closed brnkrygs closed 1 year ago

brnkrygs commented 1 year ago

NlqEcsBedrockStack.yaml refers to a CloudFormation parameter ECRImageTag that has an incorrect value.

It currently refers to a tag value of "1.0.5-bedrock". The actual tag in the build scripts and prior deployment steps is "1.0.0-bedrock".

This tag needs to be fixed before the ECS services and tasks can be deployed.

garystafford-aws commented 1 year ago

Code merged to fix bug.