guidance-for-natural-language-queries-of-relational-databases-on-aws icon indicating copy to clipboard operation
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.

Results 3 guidance-for-natural-language-queries-of-relational-databases-on-aws issues
Sort by recently updated
recently updated
newest added

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...

dependencies

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" ```

bug

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...