pull/20804/head
Eugene Yurtsev 3 weeks ago
parent d09f8eebff
commit 9edffaaed2

@ -3,6 +3,13 @@ from typing import Dict, Tuple
# First value is the value that it is serialized as
# Second value is the path to load it from
SERIALIZABLE_MAPPING: Dict[Tuple[str, ...], Tuple[str, ...]] = {
("langchain", "chains", "llm", "LLMChain"): (
"langchain_core",
"legacy",
"chains",
"llm",
"LLMChain",
),
("langchain", "schema", "messages", "AIMessage"): (
"langchain_core",
"messages",

Loading…
Cancel
Save