bibinprathap/VeritasGraph
VeritasGraph — open-source Knowledge Graph & GraphRAG framework on GitHub. Build multi-hop reasoning, ontology-aware retrieval, and verifiable attribution over your own data. Nodes, edges, RDF, linked-data — runs locally or in the cloud.
What it solves
VeritasGraph addresses the limitations of traditional Vector RAG, which often relies on simple similarity searches and "blind chunking." It provides a way to perform multi-hop reasoning and verifiable attribution by combining hierarchical tree-search (like a Table of Contents) with Knowledge Graph reasoning, ensuring that AI agents can understand connections between disparate pieces of information rather than just finding similar documents.
How it works
The framework combines two retrieval methods: a hierarchical tree structure for document navigation and a semantic knowledge graph for relationship reasoning. It can be deployed 100% locally using Ollama or in the cloud. The system includes a "Studio" workspace for building and wiring agents, which integrates guardrails (like PII redaction), memory, and tool catalogs. It also supports the Model Context Protocol (MCP) to connect IDE agents (like Cursor or VS Code) directly to the GraphRAG engine.
Who it’s for
It is designed for developers and enterprises requiring high-privacy, governed AI agents that need to reason over complex documents with verifiable citations (e.g., medical AI for clinical notes or municipality incident reporting systems).
Highlights
- Hybrid Retrieval: Combines tree-based navigation and graph-based semantic reasoning for multi-hop answers.
- Governed Agent Framework: Includes a local Studio for managing agent personas, tools, memory, and guardrails.
- ** uma 100% Local Deployment**: Supports fully on-premise execution via Ollama and Neo4j.
- Verifiable Attribution: Provides source citations in the format
[doc#chunk]for every claim. - MCP Integration: Ships with an MCP server to integrate GraphRAG capabilities into AI-powered IDEs.
Related
- Project
- Project
- Project
- Project
- Project