langchain/libs/core/langchain_core/load
William FH 131c043864
Fix loading of ImagePromptTemplate (#16868)
We didn't override the namespace of the ImagePromptTemplate, so it is
listed as being in langchain.schema

This updates the mapping to let the loader deserialize.

Alternatively, we could make a slight breaking change and update the
namespace of the ImagePromptTemplate since we haven't broadly
publicized/documented it yet..
2024-02-01 17:54:04 -08:00
..
__init__.py Separate out langchain_core package (#13577) 2023-11-20 13:09:30 -08:00
dump.py Catch type errors in dumps/dumpd (#15336) 2023-12-29 17:37:12 -08:00
load.py core[patch]: support old core namespaces (#16155) 2024-01-17 11:26:25 -08:00
mapping.py Fix loading of ImagePromptTemplate (#16868) 2024-02-01 17:54:04 -08:00
serializable.py docstrings core update (#14871) 2023-12-18 17:13:35 -08:00