feat(core): Chunk.aliases 필드 (doc-side expansion)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-30 02:09:39 +00:00
parent 467a974901
commit 848b75c069
16 changed files with 46 additions and 0 deletions

View File

@@ -114,6 +114,7 @@ fn make_chunk() -> Chunk {
chunker_version: ChunkerVersion("md-heading-v1".into()),
policy_hash: "deadbeefdeadbeef".into(),
tokenized_korean_text: None,
aliases: None,
}
}