Skip to content

Commit

Permalink
core[patch]: add bedrock to load.mapping (#26094)
Browse files Browse the repository at this point in the history
  • Loading branch information
ccurme authored Sep 5, 2024
1 parent 3c598d2 commit e358846
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions libs/core/langchain_core/load/mapping.py
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,12 @@
"chat_models",
"ChatMistralAI",
),
("langchain", "chat_models", "bedrock", "ChatBedrock"): (
"langchain_aws",
"chat_models",
"bedrock",
"ChatBedrock",
),
("langchain", "schema", "output", "ChatGenerationChunk"): (
"langchain_core",
"outputs",
Expand Down

0 comments on commit e358846

Please sign in to comment.