From e18d2bd855818deaeb6dd06f72645216706f0b6b Mon Sep 17 00:00:00 2001 From: Jack Colquitt <126733989+JackColquitt@users.noreply.github.com> Date: Wed, 11 Feb 2026 19:54:56 -0800 Subject: [PATCH] Revise README for Docker deployment and remove section Updated README to include Docker deployment instructions and removed Configuration Builder section. --- README.md | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 2127d782..7a19f04d 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,8 @@ Use it as the context layer under any model or agent framework with model infere npx @trustgraph/config ``` +TrustGraph downloads as a set of Docker containers and can be run locally with Docker, Podman, or Minikube. The config tool will generate `deploy.zip` which contains either a `docker-compose.yaml` file for a Docker/Podman deploy or `resources.yaml` for Kubernetes. Deployment instructions are generated as `INSTALLATION.md`. +
@@ -47,7 +49,6 @@ width="80%" controls>
- [**What is a Context Graph?**](#what-is-a-context-graph)
- [**Why TrustGraph?**](#why-trustgraph)
- [**Getting Started**](#getting-started)
-- [**Configuration Builder**](#configuration-builder)
- [**Context Cores**](#context-cores)
- [**Integrations**](#integrations)
- [**Observability & Telemetry**](#observability--telemetry)
@@ -94,15 +95,6 @@ width="80%" controls>
[](https://www.youtube.com/watch?v=rWYl_yhKCng)
-## Configuration Builder
-
-The [**Configuration Builder**](https://config-ui.demo.trustgraph.ai/) assembles all of the selected components and builds them into a deployable package. It has 4 sections:
-
-- **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**: Enable OCR pipelines and custom embeddings models
-- **Finish Deployment**: Download the launch `YAML` files with deployment instructions
-
## Workbench
The **Workbench** provides tools for all major features of TrustGraph. The **Workbench** is on port `8888` by default.