mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-25 00:16:23 +02:00
Revise context terminology and enhance storage details
Updated context terminology and added new storage options.
This commit is contained in:
parent
17130ef76e
commit
e3bb7fed51
1 changed files with 18 additions and 10 deletions
28
README.md
28
README.md
|
|
@ -54,14 +54,14 @@ Deploy anywhere. Own your data. Control your AI stack.
|
|||
- **High Throughput Data Streaming**
|
||||
- **Fully Containerized**
|
||||
|
||||
## What is a Context Graph?
|
||||
|
||||
[](https://www.youtube.com/watch?v=gZjlt5WcWB4)
|
||||
|
||||
## Why TrustGraph?
|
||||
|
||||
[](https://www.youtube.com/watch?v=Norboj8YP2M)
|
||||
|
||||
## Agentic MCP Demo
|
||||
|
||||
[](https://www.youtube.com/watch?v=mUCL1b1lmbA)
|
||||
|
||||
## Getting Started
|
||||
|
||||
- [**Quickstart Guide**](https://docs.trustgraph.ai/getting-started)
|
||||
|
|
@ -111,7 +111,7 @@ There are 3 libraries for quick UI integration of TrustGraph services.
|
|||
|
||||
## Context Cores
|
||||
|
||||
A challenge facing GraphRAG architectures is the ability to reuse and remove datasets from agent workflows. TrustGraph can store the data ingest process as reusable Context Cores. Context cores can be loaded and removed during runtime. Some sample knowledge cores are [here](https://github.com/trustgraph-ai/catalog/tree/master/v3).
|
||||
A challenge facing GraphRAG architectures is the ability to reuse and remove context from agent workflows. TrustGraph can build modular and reusable Context Cores. Context cores can be loaded and removed during runtime. Some sample context cores are [here](https://github.com/trustgraph-ai/catalog/tree/master/v3).
|
||||
|
||||
A Context Core has two components:
|
||||
|
||||
|
|
@ -146,6 +146,16 @@ TrustGraph provides component flexibility to optimize agent workflows.
|
|||
- TGI<br>
|
||||
- vLLM<br>
|
||||
|
||||
</details>
|
||||
<details>
|
||||
<summary>Graph Storage</summary>
|
||||
<br>
|
||||
|
||||
- Apache Cassandra (default)<br>
|
||||
- Neo4j<br>
|
||||
- Memgraph<br>
|
||||
- FalkorDB<br>
|
||||
|
||||
</details>
|
||||
<details>
|
||||
<summary>VectorDBs</summary>
|
||||
|
|
@ -157,13 +167,11 @@ TrustGraph provides component flexibility to optimize agent workflows.
|
|||
|
||||
</details>
|
||||
<details>
|
||||
<summary>Graph Storage</summary>
|
||||
<summary>File and Object Storage</summary>
|
||||
<br>
|
||||
|
||||
- Apache Cassandra (default)<br>
|
||||
- Neo4j<br>
|
||||
- Memgraph<br>
|
||||
- FalkorDB<br>
|
||||
- Garage (default)<br>
|
||||
- MinIO<br>
|
||||
|
||||
</details>
|
||||
<details>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue