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> [![TrustGraph 101](https://img.youtube.com/vi/rWYl_yhKCng/maxresdefault.jpg)](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.