Learn/Core Concept How do knowledge graphs organise code context? A knowledge graph models code as nodes (functions, files) and edges (calls, imports) instead of flat text, letting AI tools query relationships directly. graphify builds one locally with tree-sitter so assistants get structure, not just chunks. Tree-sitterEmbeddings |