From 7b42500b24d4cc67b0d2a8c2b14a921765dc9204 Mon Sep 17 00:00:00 2001 From: kl3inIT Date: Thu, 6 Aug 2026 10:07:03 +0000 Subject: [PATCH] chore(release): record GraphRAG relation hot-path fix --- .../2026-08-06-graphrag-relation-hotpaths.md | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .tegami/2026-08-06-graphrag-relation-hotpaths.md diff --git a/.tegami/2026-08-06-graphrag-relation-hotpaths.md b/.tegami/2026-08-06-graphrag-relation-hotpaths.md new file mode 100644 index 00000000..d3fc948d --- /dev/null +++ b/.tegami/2026-08-06-graphrag-relation-hotpaths.md @@ -0,0 +1,20 @@ +--- +packages: + orgmemory: patch +subject: Restore fast authorized GraphRAG relation scoring +--- + +## Fixes + +GraphRAG now limits relation contribution and relation-weight authorization work +to the requested candidate relations before checking independently visible source +and target entities. These reads also use the transaction-scoped PostgreSQL +budget, preventing an expensive plan from continuing after retrieval is +cancelled. + +## Improvements + +Snapshot retrieval now reports bounded, payload-free timings for each graph +storage operation under the existing retrieval operation identifier, making +future latency regressions attributable without recording prompts, answers, or +evidence identifiers.