You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By default, Cortex CLI stores model binaries and thread history in $(npm list -g @janhq/cortex)
Within the /lib/node_modules/@janhq/cortex/dist/ subdirectory.
Success Criteria
Changing storage location / mechanism: from using SQLite to storing the model data in a model.yml file
Additional database types like mysql or postgresql
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered:
Storage
By default, Cortex CLI stores model binaries and thread history in
$(npm list -g @janhq/cortex)
Within the
/lib/node_modules/@janhq/cortex/dist/
subdirectory.Success Criteria
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: