## Overview - What is Cortex's data structure? (i.e. files that are persisted to disk) - This should be different from Cortex Platform - An unopinionated (hopefully) to store cortex's files and folders. Couple of requirements: - Allow 3rd apps to be config where to store files with ease - Easy for cortex to grab the configurations - Easy for remove without interfere with user's data (user's own models, threads, files, etc.) - Updating cortex should not damage user's data **Discussion** - Should we have a `/cortex` folder (will there be namespace collisions?) - Should folder be hidden? (e.g. `.cortex` - Where are we storing the config files? **Related** - https://github.com/janhq/jan/issues/3310
Overview
An unopinionated (hopefully) to store cortex's files and folders.
Couple of requirements:
Discussion
/cortexfolder (will there be namespace collisions?).cortexRelated