mirror of
https://github.com/hwchase17/langchain.git
synced 2026-02-21 06:33:41 +00:00
x
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user