langchain-ai / langchain-aws

Build LangChain Applications on AWS
MIT License
97 stars 71 forks source link

Support for Claude v3 models #35

Closed gnanda17 closed 5 months ago

gnanda17 commented 5 months ago

When I try to use this package with the model set to Claude v3 I get the following ValidationError exception

Claude v3 models are not supported by this LLM.Please use `from langchain_community.chat_models import BedrockChat` instead. (type=value_error)

My understanding is that the langchain-community bedrock integrations are deprecated and that the current implementation for bedrock is langchain-aws.

Are there any plans to support Claude v3?

gnanda17 commented 5 months ago

Actually found Bedrock chat in this package nevermind closing.