From 0730b12efc667304ed42b39b157e15fe256d9d2d Mon Sep 17 00:00:00 2001
From: Jack Colquitt <126733989+JackColquitt@users.noreply.github.com>
Date: Sat, 3 May 2025 11:22:23 -0700
Subject: [PATCH 1/7] Update README.md with language tweaks
---
README.md | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
index 5ce4b096..918e9e60 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
-## The AI Provisioning Platform
+## The Knowledge Provisioning Platform
[](https://pypi.org/project/trustgraph/) [](https://discord.gg/sQMwkRz5GX)
@@ -11,9 +11,9 @@
-**TrustGraph streamlines the delivery and management of complex AI environments, acting as a comprehensive provisioning platform for your containerized AI tools, pipelines, and integrations.**
+**TrustGraph streamlines the delivery and management of knowledge to AI, acting as a comprehensive provisioning platform for your containerized AI tools, pipelines, and integrations.**
-Deploying state-of-the-art AI requires managing a complex web of models, frameworks, data pipelines, and monitoring tools. TrustGraph simplifies this by providing a unified, open-source solution to **provision complete, trusted AI environments** anywhere you need them – from cloud instances and on-premises servers to edge devices.
+Deploying state-of-the-art AI requires managing a complex web of models, frameworks, data pipelines, and monitoring tools. TrustGraph simplifies this by providing a unified, open-source platform to **provision a complete knowledge solution** anywhere you need it – from cloud, on-prem, or edge devices.
---
@@ -39,7 +39,7 @@ Deploying state-of-the-art AI requires managing a complex web of models, framewo
## 🎯 Why TrustGraph?
-* **Unified Provisioning:** Define and deploy complete AI environments, including models, dependencies, and tooling, as a single, manageable unit. Stop managing piecemeal installations.
+* **Unified Knowledge:** Define and deploy complete knowledge environments, including models, dependencies, and tooling, as a single, manageable unit.
* **No-code TrustRAG Pipelines:** Deploy full end-to-end RAG pipelines using unique TrustGraph algorithms leveraging both Knowledge graphs and VectorDBs.
* **Environment-Agnostic Deployment:** Provision consistently across diverse infrastructures (Cloud, On-Prem, Edge, Dev environments). Build once, provision anywhere.
* **Trusted & Secure Delivery:** Focuses on providing a secure supply chain for AI components.
From d54fd92d1a0f9304113be7bb159b9c4a176b7d63 Mon Sep 17 00:00:00 2001
From: Jack Colquitt <126733989+JackColquitt@users.noreply.github.com>
Date: Sat, 3 May 2025 11:35:19 -0700
Subject: [PATCH 2/7] More README.MD tweaks
---
README.md | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/README.md b/README.md
index 918e9e60..7c368ae4 100644
--- a/README.md
+++ b/README.md
@@ -68,32 +68,32 @@ For users, **TrustGraph** has the following interfaces:
- [**Configuration Builder**](#-configuration-builder)
- [**Test Suite**](#test-suite)
-The `TrustGraph CLI` installs the commands for interacting with TrustGraph while running along with the Python SDK. The `Configuration Builder` enables customization of TrustGraph deployments prior to launching. The **REST API** can be accessed through port `8088` of the TrustGraph host machine with JSON request and response bodies.
+The `trustgraph-cli` installs the commands for interacting with TrustGraph while running along with the Python SDK. The **Configuration Builder** enables customization of TrustGraph deployments prior to launching. The **REST API** can be accessed through port `8088` of the TrustGraph host machine with JSON request and response bodies.
### Install the TrustGraph CLI
```
-pip3 install trustgraph-cli==0.21.17
+pip3 install trustgraph-cli==
```
> [!NOTE]
-> The `TrustGraph CLI` version must match the desired `TrustGraph` release version.
+> The `trustgraph-cli` version *must* match the selected **TrustGraph** release version.
## 🔧 Configuration Builder
-TrustGraph is endlessly customizable by editing the `YAML` launch files. The `Configuration Builder` provides a quick and intuitive tool for building a custom configuration that deploys with Docker, Podman, Minikube, AWS, Azure, Google Cloud, or Scaleway. There is a `Configuration Builder` for the both the lastest and stable `TrustGraph` releases.
+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** (Stable 0.21.17) 🚀](https://config-ui.demo.trustgraph.ai/)
-- [**Configuration Builder** (Latest 0.22.5) 🚀](https://dev.config-ui.demo.trustgraph.ai/)
+- [**Configuration Builder** 🚀](https://config-ui.demo.trustgraph.ai/)
-The `Configuration Builder` has 4 important sections:
+The **Configuration Builder** has 5 important sections:
+- **TrustGraph Version** 🚢: Select the version of TrustGraph you'd like to deploy
- **Component Selection** ✅: Choose from the available deployment platforms, LLMs, graph store, VectorDB, chunking algorithm, chunking parameters, and LLM parameters
- **Customization** 🧰: Customize the prompts for the LLM System, Data Extraction Agents, and Agent Flow
- **Test Suite** 🕵️: Add the **Test Suite** to the configuration available on port `8888`
- **Finish Deployment** 🚀: Download the launch `YAML` files with deployment instructions
-The `Configuration Builder` will generate the `YAML` files in `deploy.zip`. Once `deploy.zip` has been downloaded and unzipped, launching TrustGraph is as simple as navigating to the `deploy` directory and running:
+The **Configuration Builder** will generate the `YAML` files in `deploy.zip`. Once `deploy.zip` has been downloaded and unzipped, launching TrustGraph is as simple as navigating to the `deploy` directory and running:
```
docker compose up -d
@@ -123,7 +123,7 @@ All data previously in TrustGraph will be saved and usable on restart.
### Test Suite
-If added to the build in the `Configuration Builder`, the `Test Suite` will be available at port `8888`. The `Test Suite` has the following capabilities:
+If added to the build in the **Configuration Builder**, the **Test Suite** will be available at port `8888`. The **Test Suite** has the following capabilities:
- **Graph RAG Chat** 💬: Graph RAG queries in a chat interface
- **Vector Search** 🔎: Semantic similarity search with cosine similarity scores
From 5d641087ccea0b211ec047bb969daf5b311f0d93 Mon Sep 17 00:00:00 2001
From: Jack Colquitt <126733989+JackColquitt@users.noreply.github.com>
Date: Sat, 3 May 2025 11:37:02 -0700
Subject: [PATCH 3/7] Update README.md with caution note
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 7c368ae4..53bca6b1 100644
--- a/README.md
+++ b/README.md
@@ -76,7 +76,7 @@ The `trustgraph-cli` installs the commands for interacting with TrustGraph while
pip3 install trustgraph-cli==
```
-> [!NOTE]
+> [!CAUTION]
> The `trustgraph-cli` version *must* match the selected **TrustGraph** release version.
## 🔧 Configuration Builder
From 7f48705dfd16aa04217838d10c24dae9257b1591 Mon Sep 17 00:00:00 2001
From: Jack Colquitt <126733989+JackColquitt@users.noreply.github.com>
Date: Sat, 3 May 2025 11:49:08 -0700
Subject: [PATCH 4/7] Update README.md with minor tweaks
---
README.md | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/README.md b/README.md
index 53bca6b1..46c8a077 100644
--- a/README.md
+++ b/README.md
@@ -87,11 +87,11 @@ TrustGraph is endlessly customizable by editing the `YAML` resource files. The *
The **Configuration Builder** has 5 important sections:
-- **TrustGraph Version** 🚢: Select the version of TrustGraph you'd like to deploy
-- **Component Selection** ✅: Choose from the available deployment platforms, LLMs, graph store, VectorDB, chunking algorithm, chunking parameters, and LLM parameters
-- **Customization** 🧰: Customize the prompts for the LLM System, Data Extraction Agents, and Agent Flow
-- **Test Suite** 🕵️: Add the **Test Suite** to the configuration available on port `8888`
-- **Finish Deployment** 🚀: Download the launch `YAML` files with deployment instructions
+- 🚢 **TrustGraph Version**: Select the version of TrustGraph you'd like to deploy
+- ✅ **Component Selection**: Choose from the available deployment platforms, LLMs, graph store, VectorDB, chunking algorithm, chunking parameters, and LLM parameters
+- 🧰 **Customization**: Customize the prompts for the LLM System, Data Extraction Agents, and Agent Flow
+- 🕵️ **Test Suite**: Add the **Test Suite** to the configuration available on port `8888`
+- 🚀 **Finish Deployment**: Download the launch `YAML` files with deployment instructions
The **Configuration Builder** will generate the `YAML` files in `deploy.zip`. Once `deploy.zip` has been downloaded and unzipped, launching TrustGraph is as simple as navigating to the `deploy` directory and running:
From 88bdf5482fb0cc0e481546960bdb77bca6dafb0f Mon Sep 17 00:00:00 2001
From: Jack Colquitt <126733989+JackColquitt@users.noreply.github.com>
Date: Fri, 9 May 2025 16:58:53 -0700
Subject: [PATCH 5/7] README tweaks
---
README.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index 54e19573..57317533 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
-## The Knowledge Provisioning Platform
+## The Knowledge Platform for AI
[](https://pypi.org/project/trustgraph/) [](https://discord.gg/sQMwkRz5GX)
@@ -11,9 +11,9 @@
-**TrustGraph streamlines the delivery and management of knowledge to AI, acting as a comprehensive provisioning platform for your containerized AI tools, pipelines, and integrations.**
+**TrustGraph streamlines the delivery and management of knowledge to AI, acting as a comprehensive knowledge platform for your containerized AI tools, pipelines, and integrations.**
-Deploying state-of-the-art AI requires managing a complex web of models, frameworks, data pipelines, and monitoring tools. TrustGraph simplifies this by providing a unified, open-source platform to **provision a complete knowledge solution** anywhere you need it – from cloud, on-prem, or edge devices.
+Deploying state-of-the-art AI requires managing a complex web of models, frameworks, data pipelines, and monitoring tools. TrustGraph simplifies this by providing a unified, open-source platform to **configure, build, and ship a complete knowledge solution** anywhere you need it – from cloud, on-prem, or edge devices.
---
From f1154b91b48dc35fd7991ec62b6c1918e1b5e51a Mon Sep 17 00:00:00 2001
From: Jack Colquitt <126733989+JackColquitt@users.noreply.github.com>
Date: Fri, 9 May 2025 17:33:05 -0700
Subject: [PATCH 6/7] README tweak
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 57317533..efdfb99d 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@
**TrustGraph streamlines the delivery and management of knowledge to AI, acting as a comprehensive knowledge platform for your containerized AI tools, pipelines, and integrations.**
-Deploying state-of-the-art AI requires managing a complex web of models, frameworks, data pipelines, and monitoring tools. TrustGraph simplifies this by providing a unified, open-source platform to **configure, build, and ship a complete knowledge solution** anywhere you need it – from cloud, on-prem, or edge devices.
+Deploying state-of-the-art AI requires managing a complex web of models, frameworks, data pipelines, and monitoring tools. TrustGraph simplifies this complexity by providing a unified, open-source platform to **configure, build, and ship a complete knowledge solution** anywhere you need it – from cloud, on-prem, or edge devices.
---
From dca44a377f8a4e2dbce4c79f6adcdf810050108d Mon Sep 17 00:00:00 2001
From: Seth Benton
Date: Thu, 22 May 2025 13:50:26 -0700
Subject: [PATCH 7/7] Update docs link README
Current link to docs on README sends here,
https://trustgraph.ai/docs/getstarted
Which 404s
Presumably want to update to same link main site uses
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index efdfb99d..f8e7f684 100644
--- a/README.md
+++ b/README.md
@@ -302,4 +302,4 @@ The default Grafana dashboard tracks the following:
## 📞 Support & Community
- Bug Reports & Feature Requests: [Discord](https://discord.gg/sQMwkRz5GX)
- Discussions & Questions: [Discord](https://discord.gg/sQMwkRz5GX)
-- Documentation: [Docs](https://trustgraph.ai/docs/getstarted)
+- Documentation: [Docs](https://docs.trustgraph.ai/docs/getstarted)