mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-05-12 08:42:37 +02:00
Update README with Table of Contents
This commit is contained in:
parent
9543b2a7af
commit
b640ecb252
1 changed files with 9 additions and 2 deletions
11
README.md
11
README.md
|
|
@ -33,7 +33,14 @@ TrustGraph is a fully agentic AI system for complex unstructured data. Extract y
|
||||||
|
|
||||||
## Getting Started
|
## Getting Started
|
||||||
|
|
||||||
For developers, **TrustGraph** has the following APIs and CLI:
|
#### Table of Contents
|
||||||
|
- [Install the CLI](#install-the-trustgraph-cli)
|
||||||
|
- [Configuration Portal](#configuration-portal)
|
||||||
|
- [System Restarts](#system-restarts)
|
||||||
|
- [Data Workbench](#data-workbench)
|
||||||
|
- [Example Notebooks](#example-trustgraph-notebooks)
|
||||||
|
|
||||||
|
## Developer APIs and CLI
|
||||||
|
|
||||||
- [**REST API**](docs/apis/README.md#rest-apis)
|
- [**REST API**](docs/apis/README.md#rest-apis)
|
||||||
- [**Websocket API**](docs/apis/README.md#websocket-api)
|
- [**Websocket API**](docs/apis/README.md#websocket-api)
|
||||||
|
|
@ -86,7 +93,7 @@ When finished, shutting down TrustGraph is as simple as:
|
||||||
docker compose down -v
|
docker compose down -v
|
||||||
```
|
```
|
||||||
|
|
||||||
### System Restarts
|
## System Restarts
|
||||||
|
|
||||||
The `-v` flag will destroy all data on shut down. To restart the system, it's necessary to keep the volumes. To keep the volumes, shut down without the `-v` flag:
|
The `-v` flag will destroy all data on shut down. To restart the system, it's necessary to keep the volumes. To keep the volumes, shut down without the `-v` flag:
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue