EveryDev.ai
Subscribe
Home
Developers

3,289+ AI companies

  • Radar
  • Trending
AI Tools by Topic
  • AI Coding Assistants
  • Agent Frameworks
  • MCP Servers
  • AI Prompt Tools
  • Vibe Coding Tools
  • AI Design Tools
  • AI Database Tools
  • AI Website Builders
  • AI Testing Tools
  • LLM Evaluations
Follow Us
  • X / Twitter
  • LinkedIn
  • Reddit
  • Discord
  • Threads
  • Bluesky
  • Mastodon
  • YouTube
  • GitHub
  • Instagram
Get Started
  • About
  • Editorial Standards
  • Corrections & Disclosures
  • Community Guidelines
  • Advertise
  • Contact Us
  • Newsletter
  • Submit a Tool
  • Start a Discussion
  • Write A Blog
  • Share A Build
  • Terms of Service
  • Privacy Policy
Explore with AI
  • ChatGPT
  • Gemini
  • Claude
  • Grok
  • Perplexity
Agent Experience
  • llms.txt
Theme
With AI, Everyone is a Dev. EveryDev.ai © 2026
    1. Home
    2. Developers
    3. Chandan Rajah

    Chandan Rajah

    Chandan Rajah is an independent technologist, entrepreneur and open-source creator focused on deep tech, AI and data systems. His current open-source work includes post-graph-rag, a PostgreSQL-native Graph RAG engine for retrieving changing, temporally grounded knowledge, and post-graph, the graph-storage layer beneath it.

    Visit Website

    At a Glance

    1Tool Listed
    2Products
    10Capabilities
    Discussions
    London, United KingdomHeadquarters
    Focus Areas
    Retrieval-Augmented Generation
    Knowledge Management
    AI Development Libraries
    Connect
    Latest News
    post-graph-rag requires post-graph 1.6.0; post-graph adds explicit replace=True payload writesSep 10, 2026
    Documentation update moved installation, the CFO supersession example and project links above the foldSep 9, 2026
    Markets
    • Developers and engineering teams already operating PostgreSQL
    • AI/ML teams building Graph RAG, retrieval and agent-memory systems
    • Organizations processing temporally changing enterprise documents
    • Teams requiring tenant isolation, auditability and application/database transaction consistency

    AI Tools by Chandan Rajah

    (1)
    View post-graph-rag
    post-graph-rag tool icon

    post-graph-rag

    Graph RAG for PostgreSQL

    RAGKnowledge MgmtAI Dev Libraries

    Discussions

    No discussions yet

    Be the first to start a discussion about Chandan Rajah

    Latest News

    09/10/2026

    post-graph-rag requires post-graph 1.6.0; post-graph adds explicit replace=True payload writes

    github.com
    09/09/2026

    Documentation update moved installation, the CFO supersession example and project links above the fold

    github.com
    09/05/2026

    Release 1.12.0 adds belief-time document filtering and GraphRAG.watermark()

    github.com
    09/02/2026

    Release 1.11.1 removes the default context cap and reports improved LongMemEval results

    github.com

    Products & Services

    2
    post-graph-rag
    2026-08-14

    Open-source Python Graph RAG library distributed through GitHub and PyPI. It extracts entities and relations with an LLM, stores document chunks, embeddings and a canonical property graph in PostgreSQL with pgvector, and answers questions through vector similarity, graph traversal, full-text search and community summaries. Its distinguishing capability is temporal supersession: later documents can close earlier incompatible facts, and queries can be evaluated as of a time.

    post-graph
    2026-07-25

    Standalone PostgreSQL-backed graph database library beneath post-graph-rag. It provides multi-tenant realms, application-level spaces, pgvector search across current and historical rows, audit logging, append-only history, recursive CTE traversals, JSONB range queries and openCypher support.

    Market Position

    Rajah positions post-graph-rag against Microsoft GraphRAG, LightRAG and Graphiti/Zep. It differentiates on a single PostgreSQL datastore, transactionality with application tables, controlled/queryable predicates and document-order supersession of contradictory facts; the project page notes that Graphiti is also bi-temporal but depends on extracted dates to express when a fact ended. The paper and project materials also discuss HippoRAG and RAPTOR as adjacent Graph RAG/retrieval approaches.

    Leadership

    Founders

    CR

    Chandan Rajah

    Technologist with more than two decades in deep tech; founder/CEO of Parallel AI, founder of Karedo, co-founder and CTO of LoopCycle, and former VP of Engineering at Noon Academy. Public profiles also describe leadership or engineering experience at Meta, Amazon Web Services/AWS and SambaNova. He holds an MSc in Computer Engineering from BITS Pilani, an MSc in Artificial Intelligence and Robotics from the University of Essex, and an MBA from London Business School.

    Founding Story

    Rajah describes beginning his Web3 journey in 2013 by creating a company intended to tokenize attention and intent, giving consumers ownership on advertising platforms. His later independent work reflects the same deep-tech/AI focus: post-graph-rag was created to address the infrastructure fragmentation, low-quality extraction and lack of temporal reasoning he identifies in conventional Graph RAG systems, while keeping the graph, embeddings and application data in PostgreSQL.

    Business Model

    Revenue Model

    The projects are open-source Apache 2.0 libraries distributed through public GitHub repositories and PyPI. The public materials do not describe a paid hosted service, subscription, API metering or commercial license for these projects.

    Target Markets

    Industries & Segments
    • Developers and engineering teams already operating PostgreSQL
    • AI/ML teams building Graph RAG, retrieval and agent-memory systems
    • Organizations processing temporally changing enterprise documents
    • Teams requiring tenant isolation, auditability and application/database transaction consistency
    Use Cases
    • Long-horizon conversational or agent memory where later statements should supersede earlier facts
    • Knowledge bases built from changing documents such as contracts, filings, case law, news archives and employment histories
    • Financial and earnings-call analysis involving repeated restatements over time
    • Applications that need a knowledge graph and embeddings transactionally consistent with PostgreSQL application tables
    • Corpus-level thematic question answering using community summaries

    Quick Facts

    Headquarters
    London, United Kingdom

    History & Milestones

    2026-07-25

    The post-graph repository records the graph layer as having moved to a separate repository.

    2026-08-13

    The post-graph project was relicensed under Apache License 2.0; the post-graph-rag project also publishes Apache 2.0 licensing.

    2026-08-14

    Rajah published the arXiv paper 'post-graph-rag: A PostgreSQL-Native Graph RAG Engine with Extraction-Time Quality Gates and a Temporal Relation Model' as an independent researcher.

    2026-09-05

    post-graph-rag repository released version 1.12.0, including belief-time filtering of document evidence and a database-clock watermark API.

    2026-09-10

    The repository updated its dependency to post-graph 1.6.0 and the post-graph repository added an explicit replace flag for payload writes.

    Key Capabilities

    10
    PostgreSQL-native property graph with no separate graph engine or vector store
    pgvector HNSW embeddings alongside graph vertices, edges and document chunks
    LLM extraction with rejection of vague predicates, pronouns, blank endpoints and bare quantities
    Entity resolution using canonical names and aliases
    Controlled predicate vocabulary and predicate aliasing for queryable relation types
    Temporal validity periods and supersession from document order

    Integrations & Partnerships

    Platform Integrations

    • Python 3.9+
    • PostgreSQL
    • pgvector
    • OpenAI-compatible LLM and embedding endpoints
    • GitHub source distribution
    • PyPI package distribution

    Key Partnerships

    post-graph-rag is built on Rajah's separate post-graph PostgreSQL graph library
    The software works with any OpenAI-compatible LLM endpoint, including local endpoints

    Connect

    Website
    crajah.github.io/post-graph-rag/
    GitHub
    crajah

    AI Topics

    3

    Chandan Rajah focuses on these topics:

    Retrieval-Augmented Generation(1)
    Knowledge Management(1)
    AI Development Libraries(1)
    Back to all developersSuggest an edit