core[patch]: add bedrock to load.mapping (#26094)

This commit is contained in:
ccurme
2024-09-05 10:56:46 -04:00
committed by GitHub
parent 3c598d25a6
commit e358846b39

View File

@@ -297,6 +297,12 @@ SERIALIZABLE_MAPPING: Dict[Tuple[str, ...], Tuple[str, ...]] = {
"chat_models",
"ChatMistralAI",
),
("langchain", "chat_models", "bedrock", "ChatBedrock"): (
"langchain_aws",
"chat_models",
"bedrock",
"ChatBedrock",
),
("langchain", "schema", "output", "ChatGenerationChunk"): (
"langchain_core",
"outputs",