From f972ed4a782657c8532fb5c97c4efc4e964171ec Mon Sep 17 00:00:00 2001 From: Jack Colquitt <126733989+JackColquitt@users.noreply.github.com> Date: Thu, 24 Jul 2025 20:35:48 -0700 Subject: [PATCH] Update README with new arch diagram --- README.md | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 4da0dc46..a00f96f1 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ - -
-## The Run Anywhere AI Platform +## TrustGraph: The Run Anywhere AI Platform + + [![PyPI version](https://img.shields.io/pypi/v/trustgraph.svg)](https://pypi.org/project/trustgraph/) [![Discord](https://img.shields.io/discord/1251652173201149994 )](https://discord.gg/sQMwkRz5GX) @@ -24,7 +24,7 @@ Take control of your data and AI future with **TrustGraph**. Connect to the late - [**Configuration Builder**](#configuration-builder)
- [**GraphRAG**](#graphrag)
- [**Knowledge Packages**](#knowledge-packages)
-- [**Architecture**](#architecture)
+- [**Platform Architecture**](#platform-architecture)
- [**Integrations**](#integrations)
- [**Observability & Telemetry**](#observability--telemetry)
- [**Contributing**](#contributing)
@@ -98,11 +98,7 @@ A Knowledge Package has two components: When a Knowledge Package is loaded into TrustGraph, the corresponding graph edges and vector embeddings are queued and loaded into the chosen graph and vector stores. -## Architecture - -The platform contains the services, stores, control plane, and API gateway needed to connect your data to intelligent agents. - -![architecture](TG-platform-diagram.svg) +## Platform Architecture The platform orchestrates a comprehensive suite of services to transform external data into intelligent, actionable outputs for AI agents and users. It interacts with external data sources and external services (like LLM APIs) via an **API Gateway**.