From 080e23dae66c487e71fc913fb9dbe60657f373cc Mon Sep 17 00:00:00 2001 From: Jack Colquitt <126733989+JackColquitt@users.noreply.github.com> Date: Mon, 30 Dec 2024 10:28:50 -0800 Subject: [PATCH] Update README for Data Workbench --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 7760fd41..fcb6d04e 100644 --- a/README.md +++ b/README.md @@ -83,6 +83,15 @@ When finished, shutting down TrustGraph is as simple as: docker compose down -v ``` +### Data Workbench + +If added to the build in the `Configuration Portal`, the `Data Workbench` will be available at port `8888`. The `Data Workbench` has 4 capabilities: + +- **System Chat** 💬: GraphRAG queries in a chat interface +- **Data Explorer** 🕵️: See semantic relationships in a list structure +- **Data Visualizer** 🌐: Visualize semantic relationships in **3D** +- **Data Loader** 📂: Directly load `.pdf`, `.txt`, or `.md` into the system + ### Example TrustGraph Notebooks - [**REST API Notebooks**](https://github.com/trustgraph-ai/example-notebooks/tree/master/api-examples)