Skip to main content

Module knowledge_graph

Module knowledge_graph 

Source
Expand description

§Semantic Knowledge Graph

Links concepts, entities, and their embeddings into a queryable graph for multi-hop semantic reasoning.

Structs§

GraphEdge
A directed, weighted relationship between two entities.
GraphEntity
A node in the knowledge graph.
GraphQuery
Parameters for a multi-hop BFS traversal.
KnowledgeGraphStats
Aggregate statistics for a SemanticKnowledgeGraph.
SemanticKnowledgeGraph
A queryable semantic knowledge graph that links entities via typed, weighted edges.

Enums§

EntityKind
The category of a graph entity.

Functions§

cosine_sim
Compute the cosine similarity between two equal-length slices.