Graphorin API reference v0.1.0
Graphorin API reference / @graphorin/memory / / ConflictThresholds
Interface: ConflictThresholds
Defined in: packages/memory/src/conflict/types.ts:35
Configurable similarity thresholds for Stage 2 (embedding three- zone). Defaults pinned at 0.95 / 0.85 / 0.4 per RB-02 §8 — the production values for the default Xenova/multilingual-e5-base embedder (DEC-130).
Stable
Properties
| Property | Modifier | Type | Defined in |
|---|---|---|---|
cold | readonly | number | packages/memory/src/conflict/types.ts:38 |
hot | readonly | number | packages/memory/src/conflict/types.ts:36 |
nearDup | readonly | number | packages/memory/src/conflict/types.ts:37 |