Expand description
Semantic Graph Linker — builds a semantic graph by linking embeddings above a similarity threshold, enabling graph-based search and community detection.
Structs§
- Graph
Linker Stats - Aggregate statistics about the semantic graph.
- Graph
Node - A node in the semantic graph, carrying its embedding vector and optional label.
- Linker
Config - Configuration for
SemanticGraphLinker. - Semantic
Edge - A directed (logically undirected) edge in the semantic graph.
- Semantic
Graph Linker - Builds and queries a semantic similarity graph over embedding vectors.
Enums§
- Edge
Type - Classifies the semantic relationship between two linked nodes.