4 Commits

Author SHA1 Message Date
Eugene Yurtsev
bdc7383917 x 2024-06-24 17:08:57 -04:00
Eugene Yurtsev
8c0217188a qxqx 2024-06-24 17:05:41 -04:00
Eugene Yurtsev
a098d61226 qx 2024-05-23 16:54:19 -04:00
Leonid Ganeline
d314acb2d5 core[patch]: Move globals to a module instead of a package (non breaking change) (#19159)
Classes and functions defined in __init__.py are not parsed into the API
Reference.
For example: libs/core/langchain_core/globals/__init__.py :
`set_verbose` `get_llm_cache`, `set_llm_cache`, ...
And the whole `langchain_core.globals` namespace is not visible in the
API Reference. The refactoring is just file renaming.
2024-03-19 12:29:12 -04:00