Skip to content

Commit fc0ecc7

Browse files
authored
Format terms as code in README.md (#991)
1 parent 345da37 commit fc0ecc7

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,11 @@ Context Cores decouple what agents know from how agents are deployed. Build once
6666

6767
TrustGraph has a [three-level system](https://docs.trustgraph.ai/overview/workspaces) for organizing and isolating knowledge.
6868

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.
7070

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.
7272

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.
7474

7575
## The Full Stack
7676
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
8686
All major LLMs — Anthropic, Cohere, Gemini, Mistral, OpenAI, and more via API.
8787

8888
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.
8991

9092
## No API Keys Required
9193

@@ -147,8 +149,6 @@ The UI provides tools for all major features of TrustGraph. The UI deploys on po
147149
- **Document Ingestion** — A complete upload and submission workflow with page and chunk inspection and document structure browsing
148150
- **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
149151
- **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
152152
- **Prompt Editor** — A dedicated prompt editing workflow
153153

154154
## TypeScript Library for UIs

0 commit comments

Comments
 (0)