MindsDB enhances standard SQL by providing AI building blocks.
This section introduces custom SQL syntax provided by MindsDB to bring data and AI together.
Follow these steps to get started:
Connect a data source
Use CREATE DATABASE to connect your data source to MindsDB.
Explore all available data sources here.
Configure an AI engine
Use CREATE ML_ENGINE to configure an engine of your choice.
Explore all available AI engines here.
Create and deploy an AI/ML model
Use CREATE MODEL to create, train, and deploy AI/ML models within MindsDB.
Query for predictions
Query for a single prediction or batch predictions by joining data with models.