TrustGraph Maturity

If you want to know more about feature maturity, come discuss at the TrustGraph Discord. See Support

Feature Maturity

The following table lists TrustGraph features and their current maturity status:

Feature Maturity Status
Core capability
GraphRAG + DocumentRAG ✅ Production-ready
API gateway, REST APIs and websocket APIs ✅ Production-ready - there is presently no management of users, user permissions or API tokens
Integrated knowledge extraction ✅ Production-ready
Workbench UI 🔬 Demonstrator - This is intended as a demonstrator, to showcase capabilities. Care should be taken when considering broader deployment if matters such as authentication, access control and user separation are important.
Agent features
Agent ReAct ✅ Production-ready
MCP server support 🔬 Evaluation - While the capability we developed is well tested, you should have concerns about the security of the MCP ecosystem for a production environment. This is a problem we are actively tracking.
Graph stores
Cassandra ✅ Production-ready. Cassandra is not a graph store per se. TrustGraph overlays a knowledge-store schema designed to perform well at knowledge-graph queries
Neo4j ⚠️ Pre-production - Unit testing and limited integration testing
Memgraph ⚠️ Pre-production - Unit testing and limited integration testing
FalkorDB ⚠️ Pre-production - Unit testing and limited integration testing
Vector stores
Qdrant ✅ Production-ready
Milvus ⚠️ Pre-production - Unit testing and limited integration testing
Pinecone ⚠️ Pre-production - Unit testing and limited integration testing
Cloud deployments
Scaleway
Kubernetes on Scaleway
⚠️ Pre-production - Unit testing, no integration or scale testing
Azure
AKS Kubernetes on Azure
🔬 Evaluation - Manually verified, tailoring would be needed for a production deploy.
AWS EC2
Docker compose on single-EC2 instance
🔬 Evaluation - Manually verified, tailoring would be needed for a production deploy.
Google Cloud
GKE Kubernetes on GCP
⚠️ Pre-production - Manually verified, tailoring would be needed for a production deploy.
RKE2 on AWS
Deployed on an RKE2 distribution on AWS
🔬 Evaluation - Manually verified, tailoring would be needed for a production deploy.

Repository Test Coverage

The following table lists TrustGraph repositories and their testing facilities:

</td>
Repository Regime Results
trustgraph
testing that the core system functionality behaves as expected and complies with contracts
✅ unit
✅ integration
❌ scale/load
pipeline
trustgraph-templates
testing that deployment configurations build correctly and accurately
✅ unit
✅ integration
❌ scale/load
pipeline
config UI ❌ unit
❌ integration
❌ scale/load
 
Scaleway
testing that expected resources are deployed as expected
✅ unit
❌ integration
❌ scale/load
pipeline