Expand description
§Semantic Knowledge Graph
Links concepts, entities, and their embeddings into a queryable graph for multi-hop semantic reasoning.
Structs§
- Graph
Edge - A directed, weighted relationship between two entities.
- Graph
Entity - A node in the knowledge graph.
- Graph
Query - Parameters for a multi-hop BFS traversal.
- Knowledge
Graph Stats - Aggregate statistics for a
SemanticKnowledgeGraph. - Semantic
Knowledge Graph - A queryable semantic knowledge graph that links entities via typed, weighted edges.
Enums§
- Entity
Kind - The category of a graph entity.
Functions§
- cosine_
sim - Compute the cosine similarity between two equal-length slices.