Skip to main content
MindsDB enables you to automate AI workflows and get real-time predictions utilizing all available data. /
Hi
Justin
callouts
You can schedule jobs to regularly check for new data and perform operations on it, including finetuning models or making predictions. We recommend checking out the Twitter chatbot tutorial to learn more.
Next StepsBelow are the links to help you explore further.

CREATE JOB

Custom SQL syntax.

db.jobs.insertOne()

Custom Mongo-QL sytax.

project.create_job()

Directly from Python.