Langchain agent using Bedrock llms for text to SQL application. #23860
Unanswered
Adyansh-RCRM
asked this question in
Q&A
Replies: 1 comment 18 replies
-
To create an SQL agent in LangChain using AWS Bedrock foundation models, you can follow these steps:
Replace For more detailed guidance, you can refer to the LangChain documentation [1][2][3]. |
Beta Was this translation helpful? Give feedback.
18 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Checked other resources
Commit to Help
Example Code
Description
The problem that I am facing is creating the sql agent in langchain with the help of Bedrock llms. Earlier I tried with openai and that was working. But how can I achieve this using Bedrock llms?. I have set up the dynamic few shot propmt selector too. I am just stuck at the last part where I need to create an sql agent in langchain using bedrock models. Please help me in that.
System Info
langchain==0.1.14
langchain-community==0.0.31
langchain-core==0.1.40
langchain-openai==0.1.1
langchain-text-splitters==0.0.1
Platform-Mac
Python version-Python 3.9.6
Beta Was this translation helpful? Give feedback.
All reactions