Graphorin API reference v0.8.0
Graphorin API reference / @graphorin/evals / / MemoryGoldPoint
Interface: MemoryGoldPoint
Defined in: packages/evals/src/loaders/memory-eval.ts:101
One operation-level ground-truth memory point. Per-operation gold labels are what distinguish HaluMem-format datasets from the QA-level loaders above: they grade the memory system's write pipeline (extraction recall/precision, update omission) instead of only its final answers.
Stable
Properties
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
content | readonly | string | The expected memory content: for extract the fact that must be present, for update the NEW value, for delete the fact that must be absent. | packages/evals/src/loaders/memory-eval.ts:108 |
kind | readonly | MemoryOperationKind | - | packages/evals/src/loaders/memory-eval.ts:102 |
previous? | readonly | string | For update: the superseded (old) content. | packages/evals/src/loaders/memory-eval.ts:110 |
sessionId? | readonly | string | Which haystack session this point is grounded in, when known. | packages/evals/src/loaders/memory-eval.ts:112 |