Skip to content

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

PropertyModifierTypeDescriptionDefined in
contentreadonlystringThe 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
kindreadonlyMemoryOperationKind-packages/evals/src/loaders/memory-eval.ts:102
previous?readonlystringFor update: the superseded (old) content.packages/evals/src/loaders/memory-eval.ts:110
sessionId?readonlystringWhich haystack session this point is grounded in, when known.packages/evals/src/loaders/memory-eval.ts:112