Graphorin API reference v0.1.0
Graphorin API reference / @graphorin/memory / / FactRememberOptions
Interface: FactRememberOptions
Defined in: packages/memory/src/tiers/semantic-memory.ts:76
Per-call options accepted by SemanticMemory.remember. The Phase 10b pipeline writes one row to fact_conflicts (and potentially one to conflict_check_pending) for every invocation; pass pipeline: 'off' to bypass the pipeline for a single call (useful for one-shot data imports).
Stable
Properties
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
pipeline? | readonly | "on" | "off" | - | packages/memory/src/tiers/semantic-memory.ts:77 |
signal? | readonly | AbortSignal | Cancellation signal forwarded to the embedder + storage layers. | packages/memory/src/tiers/semantic-memory.ts:79 |