mnem-ingest 0.1.0

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
---
source: crates/mnem-ingest/src/md.rs
expression: sections
---
- heading: Example
  depth: 1
  text: "Prelude paragraph.\n\n```rust\nfn main() {\n    println!(\"hi\");\n}\n```\nAnd a follow-up."
  byte_range:
    start: 0
    end: 95