Getting Started
TrustGraph
is a fully containerized Agentic Graph RAG platform. A full discussion of TrustGraph
use cases can be found here.TrustGraph
deploys in minutes locally with Docker
, Podman
, or Minikube
. TrustGraph
can also be deployed in Google Cloud with Kubernetes
. There are currently 4 deployment options:
Container Depoloyment | Host Environment | Container Orchestration |
---|---|---|
Docker Compose | Local | Docker Engine |
Podman Compose | Local | Podman Machine |
Minikube | Local | Kubernetes |
Kubernetes | Google Cloud | Kubernetes |
tip
Before launching TrustGraph
, be sure to have either the Docker Engine
, Podman Machine
, or Minikube
installed and running on the host machine.
caution
TrustGraph
has been tested on Linux
and MacOS
with Docker
, Podman
, and Minikube
. Windows
deployments have not been tested.