From 8faece25385d034ccb93aa5c3bef748ba8b1f4ec Mon Sep 17 00:00:00 2001
From: Helen Zeng
Date: Fri, 13 Mar 2026 16:07:00 -0700
Subject: [PATCH] Revise README for graphRAG version 3.0.5 updates
Updated the README to reflect changes in graphRAG version 3.0.5 and improvements in architecture.
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 7456c27..23c9888 100644
--- a/README.md
+++ b/README.md
@@ -18,7 +18,7 @@ Two volumes are created to persist postgres data and app related data.
## What's new:
-1> New graphRAG version 3.0.5. It's an API‑driven graph construction step rather than a tightly coupled end‑to‑end pipeline. The updated configuration model and execution flow make it easier to materialize extracted entities and relationships into PostgreSQL with Apache AGE, while allowing agents to operate over a persistent graph instead of recomputing relationships at query time.
+1> New graphRAG version 3.0.5. GraphRAG 3.0.5 stabilizes the 3.x configuration‑driven, API‑based architecture and improves indexing reliability, making graph construction more predictable and easier to integrate into real workflows.
2> Postgres:16-bookworm. Its' a fully supported long‑term release built on Debian 12, providing a modern and stable foundation for Apache AGE and graph persistence.