Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions .tegami/2026-08-06-graphrag-relation-hotpaths.md
Original file line number Diff line number Diff line change
@@ -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.