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

Update NlqMainStack.yaml to Reflect New 16.1 PostgreSQL Engine #62

Open garystafford-aws opened 6 months ago

garystafford-aws commented 6 months ago

Update NlqMainStack.yaml to reflect the new 16.1 PostgreSQL engine in two places.

Update the following code:

DBParameterGroupName: "default.postgres15"
OptionGroupName: "default:postgres-15"

to

DBParameterGroupName: "default.postgres16"
OptionGroupName: "default:postgres-16"