diff --git a/README.md b/README.md
index f87b819d..9242dae9 100644
--- a/README.md
+++ b/README.md
@@ -2,36 +2,65 @@
-## Agentic Orchestration Platform
+## Data-to-AI, Simplified.
[](https://pypi.org/project/trustgraph/) [](https://discord.gg/sQMwkRz5GX)
-ð [Getting Started](https://trustgraph.ai/docs/getstarted) ðš [YouTube](https://www.youtube.com/@TrustGraphAI?sub_confirmation=1) ð§ [Cognitive Cores](https://github.com/trustgraph-ai/catalog/tree/master/v3) âïļ [API Docs](docs/apis/README.md) ð§âðŧ [CLI Docs](https://trustgraph.ai/docs/running/cli) ðŽ [Discord](https://discord.gg/sQMwkRz5GX) ð [Blog](https://blog.trustgraph.ai/subscribe)
+ð [Getting Started](https://trustgraph.ai/docs/getstarted) ðš [YouTube](https://www.youtube.com/@TrustGraphAI?sub_confirmation=1) ð§ [Knowledge Cores](https://github.com/trustgraph-ai/catalog/tree/master/v3) âïļ [API Docs](docs/apis/README.md) ð§âðŧ [CLI Docs](https://trustgraph.ai/docs/running/cli) ðŽ [Discord](https://discord.gg/sQMwkRz5GX) ð [Blog](https://blog.trustgraph.ai/subscribe)
-TrustGraph empowers you to deploy reasoning AI Agents in minutes. Our Agentic Graph RAG platform allows you to leverage modular cognitive cores for complex reasoning and information retrieval, all within a scalable and reliable infrastructure. Forget lengthy development cycles â TrustGraph delivers instant reasoning.
+## The AI App Problem: Everything in Between
-## Key Features
+Building enterprise AI applications is *hard*. You're not just connecting APIs with a protocol - you're wrangling a complex ecosystem:
-- ð **Document Extraction**: Bulk ingest documents such as `.pdf`,`.txt`, and `.md`
+* **Data Silos:** Connecting to and managing data from various sources (databases, APIs, files) is a nightmare.
+* **LLM Integration:** Choosing, integrating, and managing different LLMs adds another layer of complexity.
+* **Deployment Headaches:** Deploying, scaling, and monitoring your AI application is a constant challenge.
+* **Knowledge Graph Construction:** Taking raw knowledge and structuring it so it can be efficiently retrieved.
+* **Vector Database Juggling:** Setting up and optimizing a vector database for efficient data retrieval is crucial but complex.
+* **Data Pipelines:** Building robust ETL pipelines to prepare and transform your data is time-consuming.
+* **Data Management:** As your app grows, so does the data meaning storage and retreival becomes much more complex.
+* **Prompt Engineering:** Building, testing, and deploying prompts for specific use cases.
+* **Reliability:** With every new connection, the complexity ramps up meaning any simple error can bring the entire system crashing down.
+
+## What is TrustGraph?
+
+**TrustGraph removes the biggest headache of building an AI app: connecting and managing all the data, deployments, and models.** As a full-stack platform, TrustGraph simplifies the development and deployment of data-driven AI applications. TrustGraph is a complete solution, handling everything from data ingestion to deployment, so you can focus on building innovative AI experiences.
+
+
+
+## The Stack Layers
+
+- ð **Data Ingest**: Bulk ingest documents such as `.pdf`,`.txt`, and `.md`
- ðŠ **Adjustable Chunking**: Choose your chunking algorithm and parameters
- ð **No-code LLM Integration**: **Anthropic**, **AWS Bedrock**, **AzureAI**, **AzureOpenAI**, **Cohere**, **Google AI Studio**, **Google VertexAI**, **Llamafiles**, **Ollama**, and **OpenAI**
-- âïļ **Cloud Deployments**: **AWS** and **Google Cloud**
-- ð **Entity, Topic, and Relationship Knowledge Graphs**
-- ðĒ **Mapped Vector Embeddings**
-- â**No-code Graph RAG Queries**: Automatically perform a semantic similiarity search and subgraph extraction for the context of LLM generative responses
-- ð§ **Cognitive Cores**: Modular data sets with semantic relationships that can saved and quickly loaded on demand
-- ðĪ **Agent Flow**: Define custom tools used by a ReAct style Agent Manager that fully controls the response flow including the ability to perform Graph RAG requests
+- ð **Automated Knowledge Graph Building**: No need for complex ontologies and manual graph building
+- ðĒ **Knoweldge Graph to Vector Embeddings Mappings**: Connect knowledge graph enhanced data directly to vector embeddings
+- â**Natural Language Data Retrieval**: Automatically perform a semantic similiarity search and subgraph extraction for the context of LLM generative responses
+- ð§ **Knowledge Cores**: Modular data sets with semantic relationships that can saved and quickly loaded on demand
+- ðĪ **Agent Manager**: Define custom tools used by a ReAct style Agent Manager that fully controls the response flow including the ability to perform Graph RAG requests
- ð **Multiple Knowledge Graph Options**: Full integration with **Memgraph**, **FalkorDB**, **Neo4j**, or **Cassandra**
-- ð§Ū **Multiple VectorDB Options**: Full integration with **Pinecone**, **Qdrant**, or **Milvus**
-- ðïļ **Production-Grade** reliability, scalability, and accuracy
-- ð **Observability**: get insights into system performance with Prometheus and Grafana
+- ð§Ū **Multiple VectorDB Options**: Full integration with **Qdrant**, **Pinecone**, or **Milvus**
+- ðïļ **Production-Grade** Reliability, scalability, and accuracy
+- ð **Observability and Telemetry**: Get insights into system performance with **Prometheus** and **Grafana**
+- ðŧ **Orchestration**: Fully containerized with **Docker** or **Kubernetes**
+- ðĨ **Stack Manager**: Control and scale the stack with confidence with **Apache Pulsar**
+- âïļ **Cloud Deployments**: **AWS** and **Google Cloud**
- ðŠī **Customizable and Extensible**: Tailor for your data and use cases
- ðĨïļ **Configuration Portal**: Build the `YAML` configuration with drop down menus and selectable parameters
- ðĩïļ **Data Workbench**: Explore your data with a 3D semantic visualizer
+## Why Use TrustGraph?
+
+* **Accelerate Development:** TrustGraph instantly connects your data and app, keeping you laser focused on your users.
+* **Reduce Complexity:** Eliminate the pain of integrating disparate tools and technologies.
+* **Focus on Innovation:** Spend your time building your core AI logic, not managing infrastructure.
+* **Improve Data Relevance:** Ensure your LLM has access to the *right* data, at the *right* time.
+* **Scale with Confidence:** Deploy and scale your AI applications reliably and efficiently.
+* **Full RAG Solution:** Focus on optimizing your respones not building RAG pipelines.
+
## Quickstart Guide ð
- [Install the CLI](#install-the-trustgraph-cli)
- [Configuration Portal](#configuration-portal)
@@ -149,10 +178,6 @@ docker compose -f up -d
kubectl apply -f
```
-## Architecture
-
-
-
TrustGraph is designed to be modular to support as many LLMs 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.
### Pulsar Workflows