You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,11 +66,11 @@ Context Cores decouple what agents know from how agents are deployed. Build once
66
66
67
67
TrustGraph has a [three-level system](https://docs.trustgraph.ai/overview/workspaces) for organizing and isolating knowledge.
68
68
69
-
A **Workspace** is the outermost boundary — a fully isolated tenancy scope where all data, users, configuration, and pipelines live independently from every other workspace. Isolation is structural: enforced at the pub/sub queue, storage, and API gateway layers, not by trusting a field in a message body.
69
+
A `Workspace` is the outermost boundary — a fully isolated tenancy scope where all data, users, configuration, and pipelines live independently from every other workspace. Isolation is structural: enforced at the pub/sub queue, storage, and API gateway layers, not by trusting a field in a message body.
70
70
71
-
Within a workspace, a **Collection** groups related holons, graph structures, embeddings, and documents together — think of it as a dedicated shelf in a library, scoped to a specific domain, project, or customer.
71
+
Within a workspace, a `Collection` groups related holons, graph structures, embeddings, and documents together — think of it as a dedicated shelf in a library, scoped to a specific domain, project, or customer.
72
72
73
-
A **Flow** is a running data processing pipeline that defines how raw data moves through ingestion, extraction, structuring, and storage — the assembly line that turns documents into queryable knowledge. Together, the three layers let you run multiple isolated tenants on a single deployment, separate knowledge by domain within each tenant, and process that knowledge through fully configurable pipelines — all without restarting the system or rebuilding your infrastructure.
73
+
A `Flow` is a running data processing pipeline that defines how raw data moves through ingestion, extraction, structuring, and storage — the assembly line that turns documents into queryable knowledge. Together, the three layers let you run multiple isolated tenants on a single deployment, separate knowledge by domain within each tenant, and process that knowledge through fully configurable pipelines — all without restarting the system or rebuilding your infrastructure.
74
74
75
75
## The Full Stack
76
76
TrustGraph is not a wrapper around a graph database. It is the complete backend for production agentic systems.
@@ -86,6 +86,8 @@ TrustGraph is not a wrapper around a graph database. It is the complete backend
86
86
All major LLMs — Anthropic, Cohere, Gemini, Mistral, OpenAI, and more via API.
87
87
88
88
vLLM, Ollama, TGI, LM Studio, and Llamafiles for fully local inferencing.
89
+
90
+
Verified cloud deployments for Alibaba Cloud, AWS, Azure, GCP, OVHcloud, and Scaleway.
89
91
90
92
## No API Keys Required
91
93
@@ -147,8 +149,6 @@ The UI provides tools for all major features of TrustGraph. The UI deploys on po
147
149
-**Document Ingestion** — A complete upload and submission workflow with page and chunk inspection and document structure browsing
148
150
-**Ontology Workbench** — A full ontology editor with class and property trees, OWL/XML and Turtle import/export with round-trip fidelity, circular dependency detection, and safe-delete confirmation dialogs
149
151
-**Schema Workbench** — Interactive schema management with list, create, edit, and delete operations including field and index management
150
-
-**Flow Management** — Flow creation and detail views with configurable parameters, temperature controls, and grouped storage layout
151
-
-**Workspace UX** — Workspace selection and management surfaced directly in the interface
152
152
-**Prompt Editor** — A dedicated prompt editing workflow
0 commit comments