This repository is structured for customer deployment: only the installer notebook lives at the root; the full Databricks App lives in app/.
- Import into your Databricks workspace:
installer_workspace.py(this file — Python notebook)- The
app/folder next to it (same parent folder), or uploadapp/dist/InspireAI-workspace.zipto
/Workspace/Users/<your-email>/InspireAI-workspace.zip
- Open
installer_workspace.py, attach Serverless (or a cluster with UC + Apps access). - Pick SQL warehouse and Unity Catalog in the notebook parameters.
- Run All (last cell runs
main()).
The installer will:
- Deploy the inspire-ai Databricks App from the
app/bundle - Publish agent notebooks under
/Shared/inspire-ai/ - Grant the App service principal UC and warehouse permissions
Then open Compute → Apps → inspire-ai.
| Path | Purpose |
|---|---|
installer_workspace.py |
One-time workspace installer (customer entry point) |
app/ |
Full-stack app — backend, frontend, notebooks, internal deploy scripts |
Developers: see app/README.md and app/deployment.md.
This software is provided as-is and is not officially supported by Databricks through customer technical support channels. Support, questions, and feature requests can be communicated through the Issues page of this repo.