Skip to main content
Complete installation first. This example uses explicit relationships so the default extractor can build a multi-hop path without an LLM. Run it in a project where you can add a documentation file.
1

Add relationships

Create docs/graph-example.md with this content:
2

Build the graph

enable indexes the discovered documentation corpus. Check the node and triple counts in status. In an already enabled project, use gsd-graph sync.
3

Ask and inspect

Check that the answer cites the relationship chain in docs/graph-example.md. To inspect the evidence used for an answer:
4

Keep it current

After changing your documents, refresh the graph:
You can also export an interactive view:
Ordinary prose does not automatically become typed relationships. If an answer abstains, inspect your corpus and extraction mode before assuming it is a failure.
Continue with daily use, corpus and extraction, or MCP setup.