Implement M3.6.1: DocCorpusSource with heading-boundary chunking (196 tests)

This commit is contained in:
Story Crater Bot
2026-08-23 09:42:09 -07:00
parent 54d1879464
commit de9c4ffeae
10 changed files with 1610 additions and 1 deletions
+3 -1
View File
@@ -1,8 +1,10 @@
/// Boundary mode - where chunks can be split.
#[derive(Clone, Copy, Debug, PartialEq, Eq)]
pub enum Boundary {
/// Never split inside a Record
/// Never split inside a Record (sessions)
Record,
/// Split on markdown ATX headings (documentation)
Heading,
}
/// Trigger for flushing a chunk.