diff --git a/README.md b/README.md index a1e45c13..37126bc3 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.png) +![architecture](architecture_0.8.0.png.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. diff --git a/architecture_0.8.0.png b/architecture_0.8.0.png new file mode 100644 index 00000000..2a52475b Binary files /dev/null and b/architecture_0.8.0.png differ