Graphorin API reference v0.4.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 | Defined in |
|---|---|---|---|
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 |