Skip to main content

Documentation Index

Fetch the complete documentation index at: https://pearsdb.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

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.