mirror of
https://github.com/hwchase17/langchain
synced 2024-11-06 03:20:49 +00:00
791d59a2c8
Issue: we have several helper functions to import third-party libraries like import_uptrain in [community.callbacks](https://api.python.langchain.com/en/latest/callbacks/langchain_community.callbacks.uptrain_callback.import_uptrain.html#langchain_community.callbacks.uptrain_callback.import_uptrain). And we have core.utils.utils.guard_import that works exactly for this purpose. The import_<package> functions work inconsistently and rather be private functions. Change: replaced these functions with the guard_import function. Related to #21133 |
||
---|---|---|
.. | ||
__init__.py | ||
comet.py | ||
wandb.py |