0.3.15 • Published 1 year ago
n8n-nodes-databricks-ai v0.3.15
n8n-nodes-databricks-ai
This is a community node for n8n that integrates with Databricks AI Models. It allows you to make predictions using deployed Databricks models directly from your n8n workflows.
Features
- Connect to Databricks using API authentication
- Make predictions using deployed Databricks ML models
- Support for MLflow model serving endpoints
- Error handling and response formatting
Installation
Community Node Installation
- Go to Settings > Community Nodes
- Select Install
- Enter
n8n-nodes-databricks-aiin the input field - Click Install
Manual Installation
To install this node manually:
pnpm install n8n-nodes-databricks-aiUsage
Create credentials for Databricks API:
- Get your Databricks workspace URL
- Generate a personal access token from Databricks
Configure the Databricks AI Model node:
- Select your Databricks credentials
- Enter the Model ID of your deployed model
- Format your input data according to the MLflow serving format:
{ "dataframe_split": { "columns": ["feature1", "feature2"], "data": [[value1, value2]] } }
The node will return the model's predictions in the output.
Resources
Version history
- 0.1.0: Initial release
License
0.3.15
1 year ago
0.3.14
1 year ago
0.3.13
1 year ago
0.3.11
1 year ago
0.3.10
1 year ago
0.3.9
1 year ago
0.3.8
1 year ago
0.3.7
1 year ago
0.3.5
1 year ago
0.3.3
1 year ago
0.3.2
1 year ago
0.3.1
1 year ago
0.3.0
1 year ago
0.2.9
1 year ago
0.2.8
1 year ago
0.2.7
1 year ago
0.2.6
1 year ago
0.2.5
1 year ago
0.2.4
1 year ago
0.2.3
1 year ago
0.2.2
1 year ago
0.1.11
1 year ago
0.1.10
1 year ago
0.1.9
1 year ago
0.1.8
1 year ago
0.1.7
1 year ago
0.1.6
1 year ago
0.1.5
1 year ago
0.1.4
1 year ago
0.1.3
1 year ago
0.1.2
1 year ago
0.1.1
1 year ago
0.2.1
1 year ago
0.2.0
1 year ago
0.1.0
1 year ago