Skip to main content

Module routing

Module routing 

Source
Expand description

Semantic Routing Engine for Dakera AI Agent Memory Platform.

Agents query Dakera without knowing which namespace holds the answer. Dakera figures it out by comparing the query embedding against cached namespace centroids (averaged embeddings sampled from each namespace).

The centroid cache is refreshed periodically in the background.

Structs§

QueryClassifier
Heuristic classifier that determines the best retrieval strategy for a free-text query without any model inference.
RouteMatch
A route result: which namespace matched and how strongly.
SemanticRouter
Semantic router that maintains a centroid cache per namespace.
SemanticRouterConfig
Configuration for the semantic router.

Enums§

QueryKind
Inferred query kind used for smart routing decisions.