langchain/libs/community/langchain_community/utils/__init__.py
Leonid Ganeline b8c6ebf647
refactor utils (#15432)
The `langchain` [still holds several
artifacts](https://api.python.langchain.com/en/latest/langchain_api_reference.html#module-langchain.utils)
that belongs to `community`. If they moved then `langchain.utils`
namespace would be removed completely.
- moved `ernie_functions` artifacts to `community`
2024-01-02 14:56:38 -08:00

4 lines
45 B
Python

"""
**Utility functions** for LangChain.
"""