From 721ba311835bfedc4ee0274fd8fe441d5c15c6ad Mon Sep 17 00:00:00 2001 From: Jack Colquitt <126733989+JackColquitt@users.noreply.github.com> Date: Mon, 7 Apr 2025 14:16:45 -0700 Subject: [PATCH] README WIP --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 500f8946..9126ebd0 100644 --- a/README.md +++ b/README.md @@ -11,9 +11,9 @@ -**TrustGraph transforms AI agents from experimental concepts into a continuous paradigm of autonomous operations within an organization.** +**TrustGraph transforms AI agents from experimental concepts into a new paradigm of continuous autonomous operations.** -It provides a robust, scalable, and reliable infrastructure designed for complex environments, complete with a full observability stack. TrustGraph automates the deployment of state-of-the-art RAG pipelines using Knowledge Graphs and Vector Databases and offers a unified interface to interact with all major LLM providers. +The platform provides a robust, scalable, and reliable infrastructure designed for complex environments, complete with a full observability stack. TrustGraph automates the deployment of state-of-the-art RAG pipelines using Knowledge Graphs and Vector Databases and offers a unified interface to interact with all major LLM providers. --- @@ -73,11 +73,11 @@ Traditional operations often involve manual intervention, siloed tools, and reac ## 🚀 Getting Started - [Install the CLI](#install-the-trustgraph-cli) - [Configuration Builder](#-configuration-builder) -- [System Restarts](#system-restarts) +- [Platform Restarts](#platform-restarts) - [Test Suite](#test-suite) - [Example Notebooks](#example-trustgraph-notebooks) -## Developer APIs and CLI +### Developer APIs and CLI - [**REST API**](docs/apis/README.md#rest-apis) - [**Websocket API**](docs/apis/README.md#websocket-api) @@ -130,7 +130,7 @@ When finished, shutting down TrustGraph is as simple as: docker compose down -v ``` -## System Restarts +## Platform Restarts The `-v` flag will destroy all data on shut down. To restart the system, it's necessary to keep the volumes. To keep the volumes, shut down without the `-v` flag: ```