mirror of
https://github.com/hwchase17/langchain.git
synced 2025-05-13 19:17:16 +00:00
This PR adds support for using Databricks Unity Catalog functions as LangChain tools, which runs inside a Databricks SQL warehouse. * An example notebook is provided.
4 lines
105 B
Python
4 lines
105 B
Python
from langchain_community.tools.databricks.tool import UCFunctionToolkit
|
|
|
|
__all__ = ["UCFunctionToolkit"]
|