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/md.rs
expression: sections
---
- heading: Intro
  depth: 1
  text: Hello world.
  byte_range:
    start: 0
    end: 23
- heading: Details
  depth: 2
  text: Some body text here.
  byte_range:
    start: 23
    end: 56