compute Delta
abstract fun computeDelta(chunks: Iterable<<Error class: unknown class>>, context: SourceAnalysisContext): KnowledgeGraphDelta?
Compute a knowledge delta with the provided chunks. The delta will consist entirely of new entities and relationships if the knowledge graph is empty.
Return
the computed knowledge graph delta, or null if no changes were detected
Parameters
chunks
the source chunks to analyze
context
the source analysis context. Contains schema and directions for analysis