guidance-for-natural-language-queries-of-relational-databases-on-aws
guidance-for-natural-language-queries-of-relational-databases-on-aws copied to clipboard
Demonstration of Natural Language Query (NLQ) of an Amazon RDS for PostgreSQL database, using SageMaker JumpStart, Amazon Bedrock, LangChain, Streamlit, and Chroma.
Bumps [langchain](https://github.com/langchain-ai/langchain) from 0.1.8 to 0.1.11. Release notes Sourced from langchain's releases. v0.1.11 What's Changed more query analysis docs by @hwchase17 in langchain-ai/langchain#18358 docs: anthropic qa quickstart by @baskaryan in...
Update `NlqMainStack.yaml` to reflect the new 16.1 PostgreSQL engine in two places. Update the following code: ```text DBParameterGroupName: "default.postgres15" OptionGroupName: "default:postgres-15" ``` to ```text DBParameterGroupName: "default.postgres16" OptionGroupName: "default:postgres-16" ```
Hello, I've run into an error starting up the ECS Task where the Task is unable to connect to the PostgreSQL database. After investigation, I've found that it looks to...