Skip to main content

General Structure

On start-up, the MindsDB project consists of 2 collections: models and models_versions. You can verify it by running the following MQL commands:
  1. First, switch to the mindsdb project.
    Here is the doc page on the PROJECT entity to learn more.
  2. Then, query for the available collections.

The models Collection

The models collection stores information about the models, such as name, status, accuracy, and more.
Where: Check out this doc page to learn how to create, view, and drop models.

The models_versions Collection

The models_versions collection stores information about all present and past versions of each model.
To learn more about managing models’ versions, follow our docs here.
Where: Check out this doc page to learn how to work with models’ versions.
To view all databases/projects, use the command below.
Please note that mindsdb is the default project. Here is the doc page on the PROJECT entity to learn more.
Please follow the MindsDB Information Schema doc page to learn more.