mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-02 01:23:07 +00:00
This auto generates partner migrations. At the moment the migration is from community -> partner. So one would need to run the migration script twice to go from langchain to partner.
18 lines
400 B
JSON
18 lines
400 B
JSON
[
|
|
[
|
|
"langchain_community.llms.anthropic.Anthropic",
|
|
"langchain_anthropic.Anthropic"
|
|
],
|
|
[
|
|
"langchain_community.chat_models.anthropic.ChatAnthropic",
|
|
"langchain_anthropic.ChatAnthropic"
|
|
],
|
|
[
|
|
"langchain_community.llms.Anthropic",
|
|
"langchain_anthropic.Anthropic"
|
|
],
|
|
[
|
|
"langchain_community.chat_models.ChatAnthropic",
|
|
"langchain_anthropic.ChatAnthropic"
|
|
]
|
|
] |