II.
KnowledgeFabricImpl overview
Reference · liveknowledge-fabric-impl:graphify-fabric
Graphify as Agent Knowledge Fabric overview
Graphify as a knowledge graph conversion fabric. Transforms code, SQL schemas, documentation, and images into a queryable knowledge graph that agents can traverse. Unlike vector-based retrieval, Graphify preserves structural relationships between entities — function calls, schema references, import chains, and documentation links. As a knowledge fabric, Graphify excels at dependency-aware retrieval where understanding relationships matters more than semantic similarity.
Attributes
displayName
Graphify as Agent Knowledge Fabric
description
Graphify as a knowledge graph conversion fabric. Transforms code,
SQL schemas, documentation, and images into a queryable knowledge
graph that agents can traverse. Unlike vector-based retrieval, Graphify
preserves structural relationships between entities — function calls,
schema references, import chains, and documentation links. As a
knowledge fabric, Graphify excels at dependency-aware retrieval where
understanding relationships matters more than semantic similarity.
knowledgeFileFormats
- code
- sql
- markdown
- images
retrievalStrategy
graph-traversal
knowledgePersistence
knowledge-graph
knowledgeScopes
- project
- codebase
autoExtractionSupport
true
notes
Graphify's strength is structural knowledge — it understands that
function A calls function B, table X references table Y, and doc
page P describes module M. This makes it complementary to vector
search systems that find semantically similar content but miss
structural dependencies.
Outgoing edges
integrates_with1
- tool:graphify·ToolGraphify
realizes1
- layer:12-knowledge-fabric·LayerKnowledge Fabric
Incoming edges
None.