Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
eyurtsev committed Apr 23, 2024
1 parent d09f8ee commit 9edffaa
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions libs/core/langchain_core/load/mapping.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
# 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",
Expand Down

0 comments on commit 9edffaa

Please sign in to comment.