/datasets) lists all datasets in your workspace. Each dataset — labeled “brain” in the UI — is a container for documents and all subsequent operations. See Datasets for the underlying concept; the API, SDK, and route names continue to use “dataset”.
Dataset list
Each row shows:- Name — The dataset identifier.
- Documents — Number of files in the dataset.
- Status —
Ready(has documents) orEmpty. - Graph Model — The graph model bound to the dataset, when one is configured.
- Created — Creation timestamp.
Create a brain
Click New brain, enter a name, and confirm. The brain (dataset) is created immediately and appears in the list. Newly created datasets are automatically granted tenant-levelread and write permissions, so every member of the current tenant can see and write to them. To restrict a dataset to specific users, revoke the tenant grant and assign per-user permissions through the permissions API.
Upload documents
- Select a dataset from the list (or create one).
- On the dataset detail page, drag files into the upload area or click to browse.
- Supported formats: PDF, CSV, TXT, Markdown, JSON, DOCX.
Sync a dataset
For datasets connected to an external source, the dataset detail page includes a Sync button that re-runs the cognify pipeline against the current dataset contents. Use this to rebuild the knowledge graph after source data changes without uploading new files again. While syncing, the button shows a spinning icon and the label Syncing…. The Last synced timestamp updates when the sync completes.Dataset breadcrumb
The breadcrumb at the top of the UI follows the structure Workspace / Dataset / Page. The dataset selector appears only on pages where filtering by dataset is relevant: the Dashboard, Search, Knowledge Graph, and dataset detail pages. On other pages the breadcrumb shows only the workspace and current page name. Selecting a dataset in the breadcrumb is global — it filters content across all applicable pages:- The Search page queries only that dataset.
- The Knowledge Graph page visualizes only that dataset’s graph.
- The Dashboard scopes metrics and search to that dataset.