Skip to main content

JSON

Simple JSON file-based storage for development.

Quick Start

File Location

By default, JSON files are stored in:
  • ~/.praisonai/memory/ for memory data
  • ~/.praisonai/sessions/ for session data

When to Use

Good for:
  • Local development
  • Testing
  • Quick prototyping
Not recommended for:
  • Production deployments
  • Multi-user applications
  • Large datasets

Storage Backend (Advanced)

For training data, sessions, and general persistence, use the FileBackend:

CLI Usage

See Storage Backends for more details.