mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-25 00:16:23 +02:00
Enhance README with quickstart and data streaming info
Added quickstart section and updated control plane summary.
This commit is contained in:
parent
377be2e6df
commit
103b3c31e5
1 changed files with 12 additions and 1 deletions
13
README.md
13
README.md
|
|
@ -28,6 +28,17 @@ TrustGraph gives you a graph-backed context harness with:
|
||||||
|
|
||||||
Use it as the context layer under any model or agent framework with model inferencing for open models on Nvidia, AMD, or Intel hardware.
|
Use it as the context layer under any model or agent framework with model inferencing for open models on Nvidia, AMD, or Intel hardware.
|
||||||
|
|
||||||
|
## Quickstart
|
||||||
|
|
||||||
|
```
|
||||||
|
npx @trustgraph/config
|
||||||
|
```
|
||||||
|
|
||||||
|
<p align="center">
|
||||||
|
<video src="https://github.com/user-attachments/assets/2978a6aa-4c9c-4d7c-ad02-8f3d01a1c602"
|
||||||
|
width="80%" controls></video>
|
||||||
|
</p>
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
<summary>Table of Contents</summary>
|
<summary>Table of Contents</summary>
|
||||||
<br>
|
<br>
|
||||||
|
|
@ -192,7 +203,7 @@ TrustGraph provides component flexibility to optimize agent workflows.
|
||||||
|
|
||||||
</details>
|
</details>
|
||||||
<details>
|
<details>
|
||||||
<summary>Control Plane</summary>
|
<summary>Data Streaming</summary>
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
- Apache Pulsar<br>
|
- Apache Pulsar<br>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue