feat(docs): update README to highlight new consolidated storage structure

- Documented the use of a simplified, unified storage structure for all noun types.
- Enhanced storage system explanation to reflect recent architectural improvements.

Purpose: Improve developer understanding of the storage system by updating documentation with the latest features and design changes.
This commit is contained in:
David Snelling 2025-07-21 12:47:37 -07:00
parent cad30178ee
commit 7cec5fb90a

View file

@ -146,6 +146,7 @@ Brainy combines four key technologies to create its adaptive intelligence:
- Serverless: In-memory storage with optional cloud persistence
- Fallback: In-memory storage
- Automatically migrates between storage types as needed
- Uses a simplified, consolidated storage structure for all noun types
## 🚀 The Brainy Pipeline