Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 526 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 526 Bytes

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 .

Installation

Install from PyPI

pip install databricks-ai-bridge

Install from source

With https:

pip install git+https://github.com/databricks/databricks-ai-bridge.git

With ssh creds:

pip install git+ssh://[email protected]/databricks/databricks-ai-bridge.git