firehose> #llmops

Knowledge Graph Retrieval

Level 4 of Retrieval Maturity Levels: store knowledge as typed entities and the typed relationships between them, then retrieve by tracing relationship chains. Entities carry a type (Jordan is a Person, Acme is a Company, PostPilot is a Tool) and edges carry meaning (Jordan —works-at→ Acme, Acme —endorsed-by→ PostPilot, PostPilot —competitor-of→ Cadently). This answers "trace topic X back to topic A" — the CRM-shaped questions where the value is in the connections, not the documents. Tools: LightRAG/GraphRAG, Logseq, Graphir. It is typically the most complex and expensive layer to build, but can be lighter at retrieval than reading whole files — following a typed edge to ElevenLabs beats reading an entire AI-video-production file to find it.

The sharp distinction this concept enforces: a backlinked wiki is not a knowledge graph. Obsidian-style links are untyped "see also" / backlink connections — "these two pages are related somehow" — with no statement of how (endorses, builds, competes-with). They can achieve a similar feel and are genuinely useful, but they don't carry relationship semantics, so retrieval can't reason over the edges. If you don't need relationship chains, you don't need a knowledge graph; per Query-Shaped Storage, reach for it only when the questions themselves are about how a cast of entities relate.

Claims


Linked from