docs: add comprehensive documentation and examples for LLM augmentation

Introduced `llm-augmentation.md`, detailing the creation, training, testing, exporting, and deployment of language models using Brainy's graph database. Added examples showcasing practical usage and pipeline integration. Included class implementations in `llmAugmentations.ts`.
This commit is contained in:
David Snelling 2025-06-10 11:15:22 -07:00
parent dbea051572
commit 7f95844434
9 changed files with 3447 additions and 44 deletions

View file

@ -3,4 +3,4 @@
* Do not modify this file directly.
*/
export const VERSION = '0.7.6';
export const VERSION = '0.7.7';