Is there a compatibility table between Bedrock Claude and Anthropic Claude APIs
I have found that adapter packages like LangChain tend to add support for Anthropic model features in langchain-anthropic
before they add support for the equivalent features for Bedrock’s Anthropic model deployments in langchain-aws
.
Cannot import ConversationChain from langchain.chains
From visual studio I can not import ConversationChain from langchain.chains.
My environment:
Pip .venv python 3.11.8 (.venv/lib/python3.11)