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`
This commit is contained in:
Leonid Ganeline
2024-01-02 14:56:38 -08:00
committed by GitHub
parent fa5d49f2c1
commit b8c6ebf647
3 changed files with 66 additions and 50 deletions

View File

@@ -0,0 +1,3 @@
"""
**Utility functions** for LangChain.
"""