Skip to main content

Module entity_graph

Module entity_graph 

Source
Expand description

Petgraph-backed entity graph with deterministic serialization

Structs§

EdgeData
Edge data containing relation type and context Supports backwards-compatible deserialization from v1.0.0 format (RelationType only)
EntityAnalysis
Entity analysis structure - unchanged for compatibility
EntityNetwork
Entity network structure - uses BTreeMap for deterministic serialization
GraphStats
Summary statistics for the entity graph
SimpleEntityGraph
Enhanced entity graph using petgraph for efficient relationship operations