mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-27 14:26:48 +00:00
core[patch]: add bedrock to load.mapping (#26094)
This commit is contained in:
@@ -297,6 +297,12 @@ SERIALIZABLE_MAPPING: Dict[Tuple[str, ...], Tuple[str, ...]] = {
|
|||||||
"chat_models",
|
"chat_models",
|
||||||
"ChatMistralAI",
|
"ChatMistralAI",
|
||||||
),
|
),
|
||||||
|
("langchain", "chat_models", "bedrock", "ChatBedrock"): (
|
||||||
|
"langchain_aws",
|
||||||
|
"chat_models",
|
||||||
|
"bedrock",
|
||||||
|
"ChatBedrock",
|
||||||
|
),
|
||||||
("langchain", "schema", "output", "ChatGenerationChunk"): (
|
("langchain", "schema", "output", "ChatGenerationChunk"): (
|
||||||
"langchain_core",
|
"langchain_core",
|
||||||
"outputs",
|
"outputs",
|
||||||
|
Reference in New Issue
Block a user