Revise README terminology from Knowledge to Context Cores

Updated terminology from 'Knowledge Cores' to 'Context Cores' and adjusted related descriptions for clarity.
This commit is contained in:
Jack Colquitt 2025-12-26 13:06:29 -08:00 committed by GitHub
parent d11e0c9af3
commit 9ea82c6620
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,9 +11,9 @@
</div>
# The Semantic Operating System for AI Apps
# The Context Operating System for AI Apps
Build intelligent AI applications that reason, not hallucinate. TrustGraph is the open-source, full-stack solution for transforming raw data into precision-grounded intelligence through automated context graph construction, custom ontology engineering, and intelligent context retrieval.
Build intelligent AI applications that reason, not hallucinate. TrustGraph is the open-source, full-stack solution for transforming raw data into precision-grounded context through automated context graph construction, custom ontology engineering, and intelligent context retrieval.
Deploy anywhere. Own your data. Control your AI stack.
@ -107,14 +107,14 @@ There are 3 libraries for quick UI integration of TrustGraph services.
- [@trustgraph/react-state](https://www.npmjs.com/package/@trustgraph/react-state)
- [@trustgraph/react-provider](https://www.npmjs.com/package/@trustgraph/react-provider)
## Knowledge Cores
## 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 Knowledge Cores. Knowledge 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 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 Knowledge Core has two components:
A Context Core has two components:
- Knowledge graph triples
- Vector embeddings mapped to the knowledge graph
- Context graph triples
- Vector embeddings mapped to the context graph
## Integrations
TrustGraph provides component flexibility to optimize agent workflows.