chore: update README.md and docs with Brainy logo and enhanced formatting

Standardized documentation by adding a centered Brainy logo across README files, examples, and guides. Adjusted text formatting for consistency, improved alignment, and readability of feature descriptions and examples.
This commit is contained in:
David Snelling 2025-06-11 08:49:30 -07:00
parent 21ae491913
commit 0b7b3f947b
11 changed files with 739 additions and 655 deletions

View file

@ -1,4 +1,8 @@
<div align="center">
<img src="../brainy.png" alt="Brainy Logo" width="200"/>
# Build-Time Augmentation Registration
</div>
This document explains how to register custom augmentations at build time using the Brainy library's augmentation
registry system.

View file

@ -1,4 +1,8 @@
<div align="center">
<img src="../brainy.png" alt="Brainy Logo" width="200"/>
# LLM Augmentation for Brainy
</div>
This document describes the LLM (Language Learning Model) augmentation for Brainy, which enables creating, training, testing, exporting, and deploying language models from the data in Brainy's graph database.