README slight tweaks

This commit is contained in:
Jack Colquitt 2024-12-30 10:30:04 -08:00 committed by GitHub
parent 080e23dae6
commit a3fb1bebc3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -55,7 +55,7 @@ pip3 install trustgraph-cli==0.18.14
> [!NOTE] > [!NOTE]
> The `TrustGraph CLI` version must match the desired `TrustGraph` release version. > The `TrustGraph CLI` version must match the desired `TrustGraph` release version.
### Configuration Portal ## Configuration Portal
TrustGraph is endlessly customizable by editing the `YAML` launch files. The `Configuration Portal` provides a quick and intuitive tool for building a custom configuration that deploys with Docker, Podman, Minikube, or Google Cloud. There is a `Configuration Portal` for the both the lastest and stable `TrustGraph` releases. TrustGraph is endlessly customizable by editing the `YAML` launch files. The `Configuration Portal` provides a quick and intuitive tool for building a custom configuration that deploys with Docker, Podman, Minikube, or Google Cloud. There is a `Configuration Portal` for the both the lastest and stable `TrustGraph` releases.
@ -83,7 +83,7 @@ When finished, shutting down TrustGraph is as simple as:
docker compose down -v docker compose down -v
``` ```
### Data Workbench ## 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: If added to the build in the `Configuration Portal`, the `Data Workbench` will be available at port `8888`. The `Data Workbench` has 4 capabilities:
@ -92,7 +92,7 @@ If added to the build in the `Configuration Portal`, the `Data Workbench` will b
- **Data Visualizer** 🌐: Visualize semantic relationships in **3D** - **Data Visualizer** 🌐: Visualize semantic relationships in **3D**
- **Data Loader** 📂: Directly load `.pdf`, `.txt`, or `.md` into the system - **Data Loader** 📂: Directly load `.pdf`, `.txt`, or `.md` into the system
### Example TrustGraph Notebooks ## Example TrustGraph Notebooks
- [**REST API Notebooks**](https://github.com/trustgraph-ai/example-notebooks/tree/master/api-examples) - [**REST API Notebooks**](https://github.com/trustgraph-ai/example-notebooks/tree/master/api-examples)
- [**Python SDK Notebooks**](https://github.com/trustgraph-ai/example-notebooks/tree/master/api-library) - [**Python SDK Notebooks**](https://github.com/trustgraph-ai/example-notebooks/tree/master/api-library)