-
Hi everyone! 👋 I'm new to this channel and excited to dive into LangGraph framework and the possibility of using it with Amazon Bedrock's APIs. I'm just getting started, so I was hoping someone could point me in the right direction on how to configure LangGraph for Amazon Bedrock. Also, is there a list of supported models somewhere? Any tips or resources would be greatly appreciated! Thanks in advance for your help! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
You can use any LLM you want with LangGraph! You can use the LangChain integrations (https://python.langchain.com/v0.2/docs/integrations/platforms/aws/) or just use the raw API if easier |
Beta Was this translation helpful? Give feedback.
You can use any LLM you want with LangGraph! You can use the LangChain integrations (https://python.langchain.com/v0.2/docs/integrations/platforms/aws/) or just use the raw API if easier