title | sidebarTitle |
---|---|
ML Engines |
ML Engines |
MindsDB offers a wide range of AI engines used to create models and incorporate them in the data landscape as virtual tables. MindsDB abstracts AI models as virtual tables, or Generative AI Tables, that can generate data from the underlying model upon being queried.
You can create an ML engine with the CREATE ML_ENGINE
statement.
Below are the links to help you explore further.
<Card title="CREATE ML_ENGINE" icon="link" href="/sql/create/ml-engine">Find out how to create an ML engine.</Card>
<Card title="ML Engines" icon="link" href="/integrations/ml-engines-overview">Check out available ML engines.</Card>