mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-21 14:18:52 +00:00
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.
This commit is contained in:
parent
50f93d86ec
commit
d314acb2d5
Loading…
Reference in New Issue
Block a user