Skip to main content

Module semantic_graph_builder

Module semantic_graph_builder 

Source
Expand description

Semantic Knowledge Graph Builder

Full production-quality implementation of a semantic knowledge graph builder that constructs and manipulates graphs from text and embeddings.

§Name Aliasing

Because GraphNode, GraphEdge, and GraphQuery are already exported from graph_linker and knowledge_graph, the local equivalents are prefixed Sgb:

All other public types (NodeType, EdgeRelation, BuilderConfig, GraphStats, BuilderError, SemanticGraphBuilder) have no conflicts and are exported under their own names.

Re-exports§

pub use types::*;

Modules§

builderconfig_traits
BuilderConfig - Trait Implementations
buildererror_traits
BuilderError - Trait Implementations
functions
Auto-generated module
types
Auto-generated module