Skip to content

databricks/databricks-ai-bridge

Folders and files

NameName
Last commit message
Last commit date
Apr 10, 2025
Feb 6, 2025
May 2, 2025
Feb 6, 2025
May 2, 2025
May 2, 2025
Jan 14, 2025
Mar 27, 2025
Jan 31, 2025
Oct 24, 2024
Oct 29, 2024
Feb 26, 2025
May 2, 2025

Repository files navigation

Databricks AI Bridge library

The Databricks AI Bridge library provides a shared layer of APIs to interact with Databricks AI features, such as Databricks AI/BI Genie and Vector Search. Use these packages to help author agents with Agent Framework on Databricks.

Integration Packages

If you are using LangChain/LangGraph or the OpenAI SDK, we provide these integration packages for seamless integration of Databricks AI features.

Installation

If you're using LangChain/LangGraph or OpenAI:

pip install databricks-langchain
pip install databricks-openai

For frameworks without dedicated integration packages:

pip install databricks-ai-bridge

Install from source

With https:

# For LangChain/LangGraph users (recommended):
pip install git+https://git@github.com/databricks/databricks-ai-bridge.git#subdirectory=integrations/langchain
# For OpenAI users (recommended):
pip install git+https://git@github.com/databricks/databricks-ai-bridge.git#subdirectory=integrations/openai
# Generic installation (only if needed):
pip install git+https://git@github.com/databricks/databricks-ai-bridge.git

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages