Databricks Intelligence Platform is the world’s first data intelligence platform powered by generative AI. Infuse AI into every facet of your business.Databricks embraces the LangChain ecosystem in various ways:
Databricks
), Chat Model (ChatDatabricks
), and Embeddings (DatabricksEmbeddings
) implementations, streamlining the integration of your models hosted on Databricks Model Serving with your LangChain applications.DatabricksVectorSearch
, you can incorporate the highly scalable and reliable similarity search engine into your LangChain applications.SQLDatabase
in LangChain, allowing you to access the auto-optimizing, exceptionally performant data warehouse.transformers
library.ChatDatabricks
is a Chat Model class to access chat endpoints hosted on Databricks, including state-of-the-art models such as Llama3, Mixtral, and DBRX, as well as your own fine-tuned models.
Databricks
is an LLM class to access completion endpoints hosted on Databricks.
ChatDatabricks
chat model instead to use those models and advanced features such as tool calling.DatabricksEmbeddings
is an Embeddings class to access text-embedding endpoints hosted on Databricks, including state-of-the-art models such as BGE, as well as your own fine-tuned models.