Skip to content

Commit 498a972

Browse files
Feature/overview refactor (#28)
* Update overview docs
1 parent 83319f2 commit 498a972

13 files changed

+1212
-275
lines changed

_sass/custom/custom.scss

Lines changed: 525 additions & 2 deletions
Large diffs are not rendered by default.

overview/architecture.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ guide_category:
88
guide_category_order: 2
99
guide_description: System design, component relationships, data flow, and integration points
1010
guide_difficulty: advanced
11-
guide_time: 30 min
11+
guide_time: 5 min
1212
guide_emoji: 🏗️
1313
guide_banner: architecture.jpg
1414
guide_labels:

overview/feature-context-graph.jpg

268 KB
Loading

overview/feature-deployment.jpg

435 KB
Loading

overview/feature-enterprise.jpg

444 KB
Loading

overview/feature-integrations.jpg

378 KB
Loading

overview/feature-openness.jpg

154 KB
Loading

overview/features.md

Lines changed: 333 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ guide_category:
88
guide_category_order: 3
99
guide_description: Complete overview of TrustGraph features and platform capabilities
1010
guide_difficulty: beginner
11-
guide_time: 15 min
11+
guide_time: 5 min
1212
guide_emoji:
1313
guide_banner: features.jpg
1414
guide_labels:
@@ -19,42 +19,344 @@ guide_labels:
1919

2020
# Features
2121

22-
Explore TrustGraph's comprehensive feature set designed for building intelligent AI agents.
22+
Explore TrustGraph's comprehensive feature set designed for building intelligent, context-aware AI agents.
2323

24-
## Core Features
24+
<div class="feature-section" markdown="0">
25+
<div class="feature-section-header">
26+
<span class="feature-section-icon">🔗</span>
27+
<h2>Context Graph Construction</h2>
28+
</div>
29+
<div class="feature-list">
30+
<div class="feature-item">
31+
<span class="feature-item-icon">⚙️</span>
32+
<div class="feature-item-content">
33+
<strong>Automated Context Graph Construction</strong>
34+
<span>Transform raw data into interconnected context structures with ontology-driven context engineering</span>
35+
</div>
36+
</div>
37+
<div class="feature-item">
38+
<span class="feature-item-icon">📦</span>
39+
<div class="feature-item-content">
40+
<strong>Context Cores</strong>
41+
<span>Reusable, modular context bases that can be dynamically loaded and removed at runtime</span>
42+
</div>
43+
</div>
44+
<div class="feature-item">
45+
<span class="feature-item-icon">🌐</span>
46+
<div class="feature-item-content">
47+
<strong>3D GraphViz Visualization</strong>
48+
<span>Interactive three-dimensional exploration and analysis of graph relationships</span>
49+
</div>
50+
</div>
51+
<div class="feature-item">
52+
<span class="feature-item-icon">🔍</span>
53+
<div class="feature-item-content">
54+
<strong>Relationship Analysis</strong>
55+
<span>Deep inspection of connections and dependencies within your context bases</span>
56+
</div>
57+
</div>
58+
</div>
59+
</div>
2560

26-
### Knowledge Graph Construction
27-
Transform enterprise data into interconnected knowledge structures that preserve relationships and context. TrustGraph automatically identifies entities, relationships, and hierarchies within your data.
61+
<div class="feature-section" markdown="0">
62+
<div class="feature-section-header">
63+
<span class="feature-section-icon">🤖</span>
64+
<h2>AI Agent Architecture</h2>
65+
</div>
66+
<div class="feature-list">
67+
<div class="feature-item">
68+
<span class="feature-item-icon">👥</span>
69+
<div class="feature-item-content">
70+
<strong>Single & Multi-Agent Systems</strong>
71+
<span>Support for various agent configurations from simple single agents to complex multi-agent orchestration</span>
72+
</div>
73+
</div>
74+
<div class="feature-item">
75+
<span class="feature-item-icon">🔌</span>
76+
<div class="feature-item-content">
77+
<strong>MCP Interoperability</strong>
78+
<span>Native integration with Model Context Protocol for seamless external tool connections</span>
79+
</div>
80+
</div>
81+
<div class="feature-item">
82+
<span class="feature-item-icon">🔄</span>
83+
<div class="feature-item-content">
84+
<strong>Custom Workflows</strong>
85+
<span>Runtime-adjustable flow creation with dynamic parameter modification</span>
86+
</div>
87+
</div>
88+
<div class="feature-item">
89+
<span class="feature-item-icon">🎯</span>
90+
<div class="feature-item-content">
91+
<strong>Intelligent Context Retrieval</strong>
92+
<span>Precision-grounded information extraction for highly accurate AI responses</span>
93+
</div>
94+
</div>
95+
</div>
96+
</div>
2897

29-
### GraphRAG Technology
30-
Advanced Graph Retrieval-Augmented Generation that goes beyond traditional RAG approaches. Instead of retrieving isolated documents, GraphRAG understands the relationships between data points for more contextual responses.
98+
<div class="feature-section" markdown="0">
99+
<div class="feature-section-header">
100+
<span class="feature-section-icon">🔎</span>
101+
<h2>Query & Retrieval</h2>
102+
</div>
103+
<div class="feature-list">
104+
<div class="feature-item">
105+
<span class="feature-item-icon">📊</span>
106+
<div class="feature-item-content">
107+
<strong>Vector Search</strong>
108+
<span>Semantic similarity searching across your entire context base for contextually relevant results</span>
109+
</div>
110+
</div>
111+
<div class="feature-item">
112+
<span class="feature-item-icon">🕸️</span>
113+
<div class="feature-item-content">
114+
<strong>GraphRAG Interface</strong>
115+
<span>Graph-enhanced retrieval-augmented generation combining context graphs with vector search</span>
116+
</div>
117+
</div>
118+
<div class="feature-item">
119+
<span class="feature-item-icon">💬</span>
120+
<div class="feature-item-content">
121+
<strong>Direct LLM Chat</strong>
122+
<span>Unmediated language model interactions for flexible conversational experiences</span>
123+
</div>
124+
</div>
125+
<div class="feature-item">
126+
<span class="feature-item-icon">🗂️</span>
127+
<div class="feature-item-content">
128+
<strong>Multi-Modal Queries</strong>
129+
<span>Support for text, structured data, and semantic queries across different data types</span>
130+
</div>
131+
</div>
132+
<div class="feature-item">
133+
<span class="feature-item-icon">🗣️</span>
134+
<div class="feature-item-content">
135+
<strong>Natural Language to GraphQL</strong>
136+
<span>Converts natural language questions into structured GraphQL queries automatically</span>
137+
</div>
138+
</div>
139+
</div>
140+
</div>
31141

32-
### AI Agent Intelligence
33-
Build sophisticated AI agents that can reason about complex relationships in your data. Agents understand not just what information exists, but how different pieces of information connect and relate to each other.
142+
<div class="feature-section" markdown="0">
143+
<div class="feature-section-header">
144+
<span class="feature-section-icon">⚡</span>
145+
<h2>Data Processing</h2>
146+
</div>
147+
<div class="feature-list">
148+
<div class="feature-item">
149+
<span class="feature-item-icon">📝</span>
150+
<div class="feature-item-content">
151+
<strong>OCR Pipeline Support</strong>
152+
<span>Built-in optical character recognition for processing documents, images, and scanned materials</span>
153+
</div>
154+
</div>
155+
<div class="feature-item">
156+
<span class="feature-item-icon">🚀</span>
157+
<div class="feature-item-content">
158+
<strong>High-Throughput Streaming</strong>
159+
<span>Efficient large-scale data ingestion with Apache Pulsar for real-time processing</span>
160+
</div>
161+
</div>
162+
<div class="feature-item">
163+
<span class="feature-item-icon">✂️</span>
164+
<div class="feature-item-content">
165+
<strong>Customizable Chunking</strong>
166+
<span>Adjustable document segmentation algorithms optimized for your data and use case</span>
167+
</div>
168+
</div>
169+
<div class="feature-item">
170+
<span class="feature-item-icon">📄</span>
171+
<div class="feature-item-content">
172+
<strong>Multi-Format Support</strong>
173+
<span>Process PDFs, documents, structured databases, APIs, and unstructured data sources</span>
174+
</div>
175+
</div>
176+
</div>
177+
</div>
34178

35-
### Knowledge Packages
36-
Combine Knowledge Graphs with Vector Embeddings to create comprehensive "Knowledge Packages" that provide both structured relationships and semantic similarity search capabilities.
179+
<div class="feature-section" markdown="0">
180+
<div class="feature-section-header">
181+
<span class="feature-section-icon">☁️</span>
182+
<h2>Deployment Flexibility</h2>
183+
</div>
184+
<div class="feature-list">
185+
<div class="feature-item">
186+
<span class="feature-item-icon">🌍</span>
187+
<div class="feature-item-content">
188+
<strong>Multi-Cloud Support</strong>
189+
<span>Deploy on AWS, Azure, Google Cloud, OVHcloud, Scaleway, or any Kubernetes environment</span>
190+
</div>
191+
</div>
192+
<div class="feature-item">
193+
<span class="feature-item-icon">🐳</span>
194+
<div class="feature-item-content">
195+
<strong>Fully Containerized</strong>
196+
<span>Complete Docker-based deployment model for consistency across all environments</span>
197+
</div>
198+
</div>
199+
<div class="feature-item">
200+
<span class="feature-item-icon">🏠</span>
201+
<div class="feature-item-content">
202+
<strong>Run Anywhere Flexibility</strong>
203+
<span>From local development to on-premise data centers to enterprise cloud deployments</span>
204+
</div>
205+
</div>
206+
<div class="feature-item">
207+
<span class="feature-item-icon">▶️</span>
208+
<div class="feature-item-content">
209+
<strong>Single Command Deploy</strong>
210+
<span>Launch your entire agent infrastructure with docker compose in seconds</span>
211+
</div>
212+
</div>
213+
</div>
214+
</div>
37215

38-
### Multi-Technology Integration
39-
Flexible architecture that supports integration with:
40-
- Multiple Large Language Models (LLMs)
41-
- Various vector databases
42-
- Different graph database systems
43-
- Enterprise data sources
216+
<div class="feature-section" markdown="0">
217+
<div class="feature-section-header">
218+
<span class="feature-section-icon">🗄️</span>
219+
<h2>Integrations & Storage</h2>
220+
</div>
221+
<div class="feature-list">
222+
<div class="feature-item">
223+
<span class="feature-item-icon">🔷</span>
224+
<div class="feature-item-content">
225+
<strong>Multiple Graph Stores</strong>
226+
<span>Choose from Neo4j, Apache Cassandra, Memgraph, or FalkorDB for your graph database</span>
227+
</div>
228+
</div>
229+
<div class="feature-item">
230+
<span class="feature-item-icon">📐</span>
231+
<div class="feature-item-content">
232+
<strong>Vector Database Options</strong>
233+
<span>Built-in support for Qdrant (default), Pinecone, Milvus, and other vector stores</span>
234+
</div>
235+
</div>
236+
<div class="feature-item">
237+
<span class="feature-item-icon">🧠</span>
238+
<div class="feature-item-content">
239+
<strong>Multi-LLM Support</strong>
240+
<span>Integration with Anthropic, OpenAI, Google VertexAI, AWS Bedrock, and 40+ other providers</span>
241+
</div>
242+
</div>
243+
<div class="feature-item">
244+
<span class="feature-item-icon">🔗</span>
245+
<div class="feature-item-content">
246+
<strong>Enterprise Connectors</strong>
247+
<span>Pre-built connectors for databases, APIs, cloud storage, and enterprise systems</span>
248+
</div>
249+
</div>
250+
</div>
251+
</div>
44252

45-
### Open Source Transparency
46-
Complete visibility into how your data is processed, transformed, and used by AI agents. No black boxes or vendor lock-in.
253+
<div class="feature-section" markdown="0">
254+
<div class="feature-section-header">
255+
<span class="feature-section-icon">📈</span>
256+
<h2>Observability & Operations</h2>
257+
</div>
258+
<div class="feature-list">
259+
<div class="feature-item">
260+
<span class="feature-item-icon">📊</span>
261+
<div class="feature-item-content">
262+
<strong>Prometheus & Grafana Integration</strong>
263+
<span>Comprehensive monitoring dashboards with pre-configured metrics and alerts</span>
264+
</div>
265+
</div>
266+
<div class="feature-item">
267+
<span class="feature-item-icon">📡</span>
268+
<div class="feature-item-content">
269+
<strong>Telemetry Tracking</strong>
270+
<span>Track latency, error rates, throughput, and cost metrics across your entire system</span>
271+
</div>
272+
</div>
273+
<div class="feature-item">
274+
<span class="feature-item-icon">📋</span>
275+
<div class="feature-item-content">
276+
<strong>Audit Logging</strong>
277+
<span>Complete audit trails for compliance, debugging, and performance analysis</span>
278+
</div>
279+
</div>
280+
<div class="feature-item">
281+
<span class="feature-item-icon">💰</span>
282+
<div class="feature-item-content">
283+
<strong>Cost Monitoring</strong>
284+
<span>Real-time tracking of LLM API costs, compute usage, and infrastructure expenses</span>
285+
</div>
286+
</div>
287+
</div>
288+
</div>
47289

48-
## Advanced Features
290+
<div class="feature-section" markdown="0">
291+
<div class="feature-section-header">
292+
<span class="feature-section-icon">🔐</span>
293+
<h2>Enterprise Security</h2>
294+
</div>
295+
<div class="feature-list">
296+
<div class="feature-item">
297+
<span class="feature-item-icon">🌐</span>
298+
<div class="feature-item-content">
299+
<strong>Data Sovereignty</strong>
300+
<span>Keep your data in your chosen region or on-premise for regulatory compliance</span>
301+
</div>
302+
</div>
303+
<div class="feature-item">
304+
<span class="feature-item-icon">🏢</span>
305+
<div class="feature-item-content">
306+
<strong>Native Multi-Tenancy</strong>
307+
<span>Isolated namespaces, separate resource allocation, individual quota management, and security boundary enforcement per tenant</span>
308+
</div>
309+
</div>
310+
<div class="feature-item">
311+
<span class="feature-item-icon">🔑</span>
312+
<div class="feature-item-content">
313+
<strong>Access Control</strong>
314+
<span>Fine-grained RBAC, SSO integration, and multi-factor authentication support</span>
315+
</div>
316+
</div>
317+
<div class="feature-item">
318+
<span class="feature-item-icon">👁️</span>
319+
<div class="feature-item-content">
320+
<strong>Open Source Transparency</strong>
321+
<span>Full source code access for security audits and compliance verification</span>
322+
</div>
323+
</div>
324+
</div>
325+
</div>
49326

50-
### Contextual Reasoning
51-
Agents can perform sophisticated reasoning about relationships between data points, reducing hallucinations and improving accuracy.
52-
53-
### Enterprise Data Unification
54-
Break down data silos by connecting fragmented information across your organization into coherent knowledge systems.
55-
56-
### Scalable Architecture
57-
Designed to handle enterprise-scale data processing and knowledge graph construction with high performance and reliability.
58-
59-
### Developer-Friendly APIs
60-
Comprehensive APIs and SDKs for integrating TrustGraph into your applications and workflows.
327+
<div class="feature-section" markdown="0">
328+
<div class="feature-section-header">
329+
<span class="feature-section-icon">🛠️</span>
330+
<h2>Developer Tools</h2>
331+
</div>
332+
<div class="feature-list">
333+
<div class="feature-item">
334+
<span class="feature-item-icon">🏗️</span>
335+
<div class="feature-item-content">
336+
<strong>Configuration Builder</strong>
337+
<span>Assembles all selected components and builds them into a deployable package</span>
338+
</div>
339+
</div>
340+
<div class="feature-item">
341+
<span class="feature-item-icon">📚</span>
342+
<div class="feature-item-content">
343+
<strong>UI Integration Libraries</strong>
344+
<span>Three libraries for quick UI integration of TrustGraph services into your applications</span>
345+
</div>
346+
</div>
347+
<div class="feature-item">
348+
<span class="feature-item-icon">🎯</span>
349+
<div class="feature-item-content">
350+
<strong>Deterministic Queries</strong>
351+
<span>Template-driven SPARQL and vector similarity search eliminate fragile query synthesis</span>
352+
</div>
353+
</div>
354+
<div class="feature-item">
355+
<span class="feature-item-icon">🔄</span>
356+
<div class="feature-item-content">
357+
<strong>Built-in Resilience</strong>
358+
<span>Pulsar pipelines replay and recover automatically, keeping systems responsive during failures or rolling updates</span>
359+
</div>
360+
</div>
361+
</div>
362+
</div>

0 commit comments

Comments
 (0)