Graphorin API reference v0.7.0
Graphorin API reference / @graphorin/memory / / FitFusionCase
Interface: FitFusionCase<TRecord>
Defined in: packages/memory/src/search/fit-weights.ts:22
One labelled query: per-kind candidate lists + the relevant ids.
Type Parameters
| Type Parameter | Default type |
|---|---|
TRecord extends MemoryRecord | MemoryRecord |
Properties
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
fts | readonly | readonly MemoryHit<TRecord>[] | FTS candidate list, best-first (as the store returns it). | packages/memory/src/search/fit-weights.ts:24 |
relevantIds | readonly | readonly string[] | Ids judged relevant for this query (binary gain). | packages/memory/src/search/fit-weights.ts:28 |
vector | readonly | readonly MemoryHit<TRecord>[] | Vector candidate list, best-first. | packages/memory/src/search/fit-weights.ts:26 |