How-to Guides
Task-oriented instructions for accomplishing specific goals with TrustGraph.
Guides answer the question “How do I…?” with step-by-step instructions. Each guide focuses on a single task or workflow and provides practical, actionable steps.
What’s in This Section?
How-to Guides are practical instructions for:
- Completing specific tasks
- Implementing features
- Integrating with other systems
- Solving common problems
Not sure if you’re in the right place?
- Want working code to copy? See Examples
- Want to understand concepts? See Overview
- Want API reference? See Reference
Available Guides
Agent & Object Extraction
- Agent Extraction - Use AI agents to extract structured data from documents
- Object Extraction - Extract typed objects (products, people, events) from unstructured text
Structured Data Processing
- Structured Processing - Working with structured data extraction
- Schemas - Define extraction schemas
- Load Documents - Load documents for structured extraction
- Load Files - Load file-based data
- Query Data - Query extracted structured data
- Agent Integration - Integrate with AI agents
Integrations
- MCP Integration - Integrate with Model Context Protocol
Monitoring & Operations
- Monitoring - Set up metrics, alerts, and observability
RAG Workflows
- Graph RAG - Leverage knowledge graph relationships for contextual retrieval
- Ontology RAG - Extract and query structured data using schemas
- Document RAG - Query documents using vector embeddings (basic RAG, naive RAG)
Security
- Security Overview - Security philosophy, current features, and enterprise roadmap
- Current Security Features - What’s available today
- Enterprise Security Roadmap - Planned enterprise-grade features
Planned Guides
Work in Progress The following guides are planned for future releases:
- Data Integration - Advanced data loading and processing patterns
- Querying - Query optimization and advanced patterns
- Visualization - Graph visualization and custom dashboards
Guide Structure
Each guide follows this format:
- Goal: What you’ll accomplish
- Prerequisites: What you need before starting
- Steps: Numbered, actionable instructions
- Verification: How to confirm success
- Next Steps: Related tasks or advanced topics
Finding the Right Guide
I want to…
| Task | Guide |
|---|---|
| Query documents with semantic search | Document RAG |
| Query knowledge graph relationships | Graph RAG |
| Extract structured typed data | Ontology RAG |
| Extract structured data from PDFs | Agent Extraction |
| Extract typed objects (products, etc.) | Object Extraction |
| Define what data to extract | Structured Processing: Schemas |
| Query extracted data | Structured Processing: Query |
| Integrate with MCP | MCP Integration |
| Monitor TrustGraph | Monitoring |
Contributing Guides
Want to contribute a guide? See our Contributing Guidelines for:
- Guide writing templates
- Style guidelines
- How to submit new guides