knowledge_graph
Build knowledge graphs from documents to visualize relationships between concepts, decisions, and entities using Mermaid diagrams.
Instructions
Build a knowledge graph from indexed documents showing relationships between concepts, decisions, and entities. Returns a Mermaid diagram of the document relationships.
scope: 'project' (single project) or 'all' (entire workspace) max_nodes: limit the number of nodes in the graph (default 30)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | ||
| project | No | ||
| scope | No | all | |
| max_nodes | No |