From f10c2822f4f105fe08fc77b48addd52ee76b3abb Mon Sep 17 00:00:00 2001 From: JackColquitt Date: Tue, 27 Aug 2024 19:11:36 -0700 Subject: [PATCH] Fixed typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 37126bc3..adaad212 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ Processing modules are executed in containers. Processing can be scaled-up by d ## Architecture -![architecture](architecture_0.8.0.png.png) +![architecture](architecture_0.8.0.png) 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 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 inputs and outputs between modules.