Skip to main content

Module graph_linker

Module graph_linker 

Source
Expand description

Semantic Graph Linker — builds a semantic graph by linking embeddings above a similarity threshold, enabling graph-based search and community detection.

Structs§

GraphLinkerStats
Aggregate statistics about the semantic graph.
GraphNode
A node in the semantic graph, carrying its embedding vector and optional label.
LinkerConfig
Configuration for SemanticGraphLinker.
SemanticEdge
A directed (logically undirected) edge in the semantic graph.
SemanticGraphLinker
Builds and queries a semantic similarity graph over embedding vectors.

Enums§

EdgeType
Classifies the semantic relationship between two linked nodes.