The Knowledge Graph in Fuse enables structured, semantic representation of relationships between knowledge artifacts, concepts, systems, and facts.
It forms the foundation for explainable reasoning, context traversal, cross-entity linking, and real-time enrichment of AI and workflow experiences.
A knowledge graph consists of KnowledgeNodes (entities, concepts, resources) and KnowledgeLinks (relationships). These are derived from pages, resources, workflows, and external providers.
Graphs can be static, dynamic, or composite — built through extraction, ingestion, or manual curation — and support multi-domain traversal during prompt composition, validation, or orchestration.
Entity | Description |
---|---|
KnowledgeNode |
Represents a concept, entity, term, document, or structured artifact |
KnowledgeLink |
Represents a semantic relationship between two nodes |
KnowledgeGraph (composite) |
Represents a scoped or contextual subset of nodes and links |
Nodes and links may be typed, versioned, scored, scoped, and filtered dynamically.
Capability | Description |
---|---|
Encode meaning between entities, facts, systems, and concepts | |
Navigate relationships based on role, intent, or scope | |
Enforce valid node/link types through a defined schema | |
Enable traceability and logical paths to knowledge used by AI | |
Build scoped graphs dynamically per query, assistant, or workflow |
Graphs may be composed from:
Graphs can be layered (e.g., global + KB + session) to support multi-context enrichment.
Next: Ontology & Type Definitions — Learn how node types and link semantics are defined, enforced, and extended.