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:
SgbGraphNode— a node in the semantic graphSgbGraphEdge— a directed, weighted edgeSgbGraphQuery— query parameters for subgraph traversal
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