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ยง
- Route
Match - A route result: which namespace matched and how strongly.
- Semantic
Router - Semantic router that maintains a centroid cache per namespace.
- Semantic
Router Config - Configuration for the semantic router.