Skip to content

Overview

Collections are a used to organise your data in Adept, like folders on your computer's file system. In addition to standard collections, there is a special collection type called root collection.

You must always create a root collection before importing any data.

.
├─ root_collection_1    # root collection with two collections
│  ├─ collection_1
│  │  └─ dataset_1
│  ├─ collection_2
│  │  └─ dataset_2
└─ root_collection_2    # root collection without collection

To find out more on how to structure your data in Adept, click here.