From 28bcbf8a405b0d1f4f208379bb7e3af0a68c3043 Mon Sep 17 00:00:00 2001 From: Jack Colquitt <126733989+JackColquitt@users.noreply.github.com> Date: Thu, 6 Mar 2025 11:29:34 -0800 Subject: [PATCH] Added layer diagram to README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 907508b3..267377a9 100644 --- a/README.md +++ b/README.md @@ -151,7 +151,7 @@ kubectl apply -f ## Architecture -![architecture](tg-arch-diagram.svg) +![architecture](TG-layer-diagram.svg) TrustGraph is designed to be modular to support as many LLMs and environments as possible. A natural fit for a modular architecture is to decompose functions into a set of modules connected through a pub/sub backbone. [Apache Pulsar](https://github.com/apache/pulsar/) serves as this pub/sub backbone. Pulsar acts as the data broker managing data processing queues connected to procesing modules.