From da90c41d6e14774f451f1d7b4cdc7dcabd4b0241 Mon Sep 17 00:00:00 2001 From: Jack Colquitt <126733989+JackColquitt@users.noreply.github.com> Date: Sun, 20 Oct 2024 08:53:27 -0700 Subject: [PATCH] Update README with privacy diagram --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fad76246..405dd0c8 100644 --- a/README.md +++ b/README.md @@ -141,7 +141,7 @@ kubectl apply -f ## Architecture -![architecture](TrustGraph_architecture.svg) +![architecture](tg-privacy-boundary.svg) TrustGraph is designed to be modular to support as many Language Models 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.