Added new architecture diagram to README

This commit is contained in:
Jack Colquitt 2024-10-14 13:15:28 -07:00 committed by GitHub
parent 320a231abe
commit 6fafc4bd01
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -125,7 +125,7 @@ kubectl apply -f <launch-file.yaml>
## 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.