diff --git a/README.md b/README.md index 678d6679..1de30ce6 100644 --- a/README.md +++ b/README.md @@ -125,7 +125,7 @@ kubectl apply -f ## Architecture -![architecture](architecture_0.8.0.png) +![architecture](TrustGraph_architecture.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.