fn make_chunk(document_id: &str, index: i64, text: &str) -> Chunk
Create a single Chunk with a UUID and SHA-256 content hash.
Chunk