From 99370670de2f018199d5c110532d8a123ccacd6b Mon Sep 17 00:00:00 2001 From: JackColquitt Date: Mon, 23 Sep 2024 14:05:01 -0700 Subject: [PATCH] Readme tweaks --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 840a07bf..3547bbd3 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,7 @@ docker compose -f up -d - [Qdrant](https://qdrant.tech/) as the VectorDB - Build and load [Knowledge Cores](https://trustgraph.ai/docs/category/knowledge-cores) - GraphRAG query service +- [Grafana](https://github.com/grafana/) telemetry dashboard - Module integration with [Apache Pulsar](https://github.com/apache/pulsar/) - Container orchestration with `Docker` or [Podman](http://podman.io/) @@ -91,9 +92,9 @@ Once the knowledge graph has been built or a knowledge core has been loaded, Gra scripts/query-graph-rag -q "Write a blog post about the 5 key takeaways from SB1047 and how they will impact AI development." ``` -## Deploy TrustGraph +## Deploy and Manage TrustGraph -[🚀 Deployment Guide 🚀](https://trustgraph.ai/docs/getstarted) +[🚀 Full Deployment Guide 🚀](https://trustgraph.ai/docs/getstarted) ## TrustGraph Developer's Guide