Skip to content

Commit 1fdef22

Browse files
committed
docs(ingest-router): correct fact-graph attribution per Mem0 v3 graph removal
The fact-graph strategy ID still ships and remains valid for systems that want a queryable typed-fact graph (Hindsight). Mem0 v3 (Mar 2026) dropped its graph store in favor of single-pass ADD-only extraction with multi-signal hybrid search, so attributing fact-graph to "Mem0's fact-triple-extraction pattern" was no longer accurate. Now reads Hindsight + Mem0 v2 (with the v3 caveat) as the lineage. Source: docs.mem0.ai/migration/oss-v2-to-v3.
1 parent bbb46d8 commit 1fdef22

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/INGEST_ROUTER.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Why this matters: a 3-turn chat snippet doesn't justify the LLM cost of observat
3434
| `hybrid` | parallel raw + summarized + observational | $0.030/ingest |
3535
| `skip` | content discarded; nothing written | $0 |
3636

37-
The `summarized` strategy implements Anthropic's "contextual retrieval" pattern (every chunk prepended with a dense session/document summary before embedding). The `observational` strategy implements Mastra's Observational Memory pattern (LLM-extracted observation log). The `fact-graph` strategy implements Mem0's fact-triple-extraction pattern.
37+
The `summarized` strategy implements Anthropic's "contextual retrieval" pattern (every chunk prepended with a dense session/document summary before embedding). The `observational` strategy implements Mastra's Observational Memory pattern (LLM-extracted observation log). The `fact-graph` strategy stores extracted typed facts plus an entity-relation graph at retrieval time — used by Hindsight (typed network of World, Experience, Opinion, Observation) and the original Mem0 v2 design. Mem0 v3 (Mar 2026) dropped its graph store in favor of single-pass ADD-only extraction with multi-signal hybrid search; the `fact-graph` ID here remains valid for systems that still want a queryable fact graph.
3838

3939
## Four shipping presets
4040

0 commit comments

Comments
 (0)