Home

    ---
    title: apogee-ai-data
    description: DVC-style versioning + synthetic data + labelling + feature store, all in one package.
    ---

    # apogee-ai-data

    > DVC-style versioning + synthetic data + labelling + feature store, all in one package.

    ## What is in this package

    | Capability | What you get |

| --- | --- | | Versioning | Content-addressed datasets and vector indices (SHA-256) | | Synthetic | LLM-driven synthetic dataset generator with markdown-fence stripping | | Labelling | Workflow with min-agreement consensus and conflict detection | | Feature store | Online cache + offline history + point-in-time joins | | Loaders | DB-API SQL (Postgres/MySQL/BigQuery/Snowflake) + Mongo |

    ## Install

    ```bash
    pip install apogee-ai-data
    ```

    ## Where it fits

    This package is part of the [Apogee Framework](/framework/) ecosystem. It can be used:

    - **Standalone** — install and use directly via `pip` (or `npm` for `@apogee/ai-ui-react`).
    - **As a plugin** — generated projects detect it and register matching CLI subcommands automatically.

    See the [framework's modules overview](/framework/modules/overview/) for how all 28 packages fit together.

    ## Read next

    - [Installation](getting-started/installation.md)
    - [Quickstart](getting-started/quickstart.md)
    - [Reference](reference/index.md)