-
Notifications
You must be signed in to change notification settings - Fork 0
Terminology
devlux76 edited this page Mar 14, 2026
·
1 revision
This page collects key terms, model-derived numeric constants, and policy-derived constants.
- Medoid — an existing memory node selected as a cluster representative.
- Centroid — a computed average vector (not necessarily a real node).
-
Metroid — a transient search construct
{ m1, m2, c }used during retrieval. - Hotpath — the in-memory resident index of active nodes.
These values are derived from the embedding model profile (not hardcoded):
- Embedding dimensionality
- Matryoshka protected dimension boundary
- Query context length limits
Policy constants (e.g. fanout caps, quota ratios) are defined in the code and kept in sync with the design.
For the authoritative source of policy constants, see
core/HotpathPolicy.ts.