From 7cec5fb90a78d2bc74eb51bc617ba49896912648 Mon Sep 17 00:00:00 2001 From: dpsifr Date: Mon, 21 Jul 2025 12:47:37 -0700 Subject: [PATCH] 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. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c2c5b85d..81cb8e21 100644 --- a/README.md +++ b/README.md @@ -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