Graphorin API reference v0.7.0
Graphorin API reference / @graphorin/memory / / ResolutionCandidate
Interface: ResolutionCandidate
Defined in: packages/memory/src/graph/entity-resolver.ts:58
Minimal candidate shape the pure policy compares against.
Properties
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
embedderId? | readonly | string | null | MST-11: the embedder that produced vector. When both this and the query's vectorEmbedderId are known and differ, the candidate is skipped for embedding comparison - vectors from different models live in different spaces, so their cosine is meaningless. Absent on either side ⇒ compared (byte-identical to the prior behaviour). | packages/memory/src/graph/entity-resolver.ts:69 |
id | readonly | string | - | packages/memory/src/graph/entity-resolver.ts:59 |
normalizedName | readonly | string | - | packages/memory/src/graph/entity-resolver.ts:60 |
vector | readonly | Float32Array<ArrayBufferLike> | null | - | packages/memory/src/graph/entity-resolver.ts:61 |