PostgreSQL GraphRAG v0.13.0 Released

I shipped pg_sorted_heap v0.13.0. The main change in this release is that the narrow fact-shaped GraphRAG contract is now part of the stable surface inside PostgreSQL. In practical terms, 0.13.0 brings together: - sorted_heap as a sorted table access method - sorted_hnsw as the planner-integrated ANN path for svec and hsvec - stable fact-shaped GraphRAG entry points - a stable routed GraphRAG dispatcher for multi-shard application flows Some current anchors: Gutenberg ~104K x 2880D: sorted_hnsw (hsvec) at 1.404 ms, 100.0% Recall@10 same corpus: pgvector halfvec at 2.031 ms, 99.8% Recall@10 fact-shaped multihop GraphRAG (5K chains, 384D): 0.962 ms median on the path-aware helper A big part of this release was also lifecycle hardening: - extension upgrade - dump/restore - crash recovery - concurrent online operations - shared-cache correctness CI green on PostgreSQL 17 and 18, including pg_upgrade 17 -> 18 FlashHadamard is included in 0.13.0 but remains explicitly experimental. The stable headline of this release is GraphRAG + planner-integrated ANN inside PostgreSQL. Release: https://lnkd.in/eg2QGvkQ Repo: https://lnkd.in/e-xEx8fN #postgresql #vectorsearch #llm #rag #opensource #database #ai #postgres #hnsw #graphrag #opensource

Integrating GraphRAG and planner-integrated ANN into PostgreSQL via `pg_sorted_heap` significantly improves RAG system architecture. The detailed lifecycle hardening is key for production-grade reliability and scalability.

To view or add a comment, sign in

Explore content categories