You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
langchain/libs/partners/databricks/README.md

468 B

langchain-databricks

This package contains the LangChain integration with Databricks

Installation

pip install -U langchain-databricks

And you should configure credentials by setting the following environment variables:

  • TODO: fill this out

Chat Models

ChatDatabricks class exposes chat models from Databricks.

from langchain_databricks import ChatDatabricks

llm = ChatDatabricks()
llm.invoke("Sing a ballad of LangChain.")