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: ping
  byte_range:
    start: 0
    end: 4
- heading: "[assistant]"
  depth: 2
  text: pong
  byte_range:
    start: 5
    end: 9