From e5e9065ccc01576b0cd3396e1b8de514b74f7cfb Mon Sep 17 00:00:00 2001 From: Jack Colquitt <126733989+JackColquitt@users.noreply.github.com> Date: Fri, 13 Jun 2025 11:23:20 -0700 Subject: [PATCH] Update README to fix removing emojis --- README.md | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index dd71f3a4..36da3154 100644 --- a/README.md +++ b/README.md @@ -19,17 +19,17 @@ Build AI Agents you can ***actually*** trust. Define and deploy trustworthy AI a Table of Contents
-- [**Why TrustGraph?**](#-why-trustgraph)
-- [**Getting Started**](#-getting-started)
-- [**Configuration Builder**](#-configuration-builder)
-- [**GraphRAG**](#-graphrag)
-- [**Knowledge Packages**](#-knowledge-packages)
-- [**Architecture**](#-architecture)
-- [**Integrations**](#-integrations)
-- [**Observability & Telemetry**](#-observability--telemetry)
-- [**Contributing**](#-contributing)
-- [**License**](#-license)
-- [**Support & Community**](#-support--community)
+- [**Why TrustGraph?**](#why-trustgraph)
+- [**Getting Started**](#getting-started)
+- [**Configuration Builder**](#configuration-builder)
+- [**GraphRAG**](#graphrag)
+- [**Knowledge Packages**](#knowledge-packages)
+- [**Architecture**](#architecture)
+- [**Integrations**](#integrations)
+- [**Observability & Telemetry**](#observability--telemetry)
+- [**Contributing**](#contributing)
+- [**License**](#license)
+- [**Support & Community**](#support--community)
@@ -94,11 +94,11 @@ pip3 install trustgraph-cli== > [!CAUTION] > The `trustgraph-cli` version *must* match the selected **TrustGraph** release version. -## 🔧 Configuration Builder +## Configuration Builder TrustGraph is endlessly customizable by editing the `YAML` resource files. The **Configuration Builder** provides a tool for building a custom configuration that deploys with your selected orchestration method in your target environment. -- [**Configuration Builder** 🚀](https://config-ui.demo.trustgraph.ai/) +- [**Configuration Builder**](https://config-ui.demo.trustgraph.ai/) The **Configuration Builder** has 5 important sections: @@ -172,7 +172,7 @@ kubectl apply -f 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. -## 🔎 GraphRAG +## GraphRAG TrustGraph features an advanced GraphRAG approach that automatically constructs Knowledge Graphs with mapped Vector Embeddings to provide richer and more accurate context to LLMs for trustworthy agents. @@ -316,7 +316,7 @@ The default Grafana dashboard tracks the following: See the License for the specific language governing permissions and limitations under the License. -## 📞 Support & Community +## Support & Community - Bug Reports & Feature Requests: [Discord](https://discord.gg/sQMwkRz5GX) - Discussions & Questions: [Discord](https://discord.gg/sQMwkRz5GX) - Documentation: [Docs](https://docs.trustgraph.ai/docs/getstarted)