mnem-ingest 0.1.6

Ingest pipeline for mnem: source parsing (Markdown/text), chunking, and extraction into content-addressed memory graphs.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
source: crates/mnem-ingest/src/conversation.rs
expression: sections
---
- heading: "[user]"
  depth: 2
  text: What is 2+2?
  byte_range:
    start: 0
    end: 12
- heading: "[assistant]"
  depth: 2
  text: Four.
  byte_range:
    start: 13
    end: 18