Versions in this module Expand all Collapse all v0 v0.16.2 Jul 16, 2026 Changes in this version + func EntryStateHash(ctx context.Context, entry *model.Entry, attachments AttachmentReader) (string, error) + func IncludeEntry(entry *model.Entry, excludeEmbedded bool) bool + type AttachmentReader interface + ReadAttachment func(ctx context.Context, entry *model.Entry, relPath string) ([]byte, error) + type Chunk struct + Chunk textsplitter.Chunk + ChunkID string + func DeriveChunks(ctx context.Context, entry *model.Entry, splitter *textsplitter.Splitter, ...) ([]Chunk, error) + type DiskAttachmentReader struct + GraphDir string + func (r DiskAttachmentReader) ReadAttachment(_ context.Context, _ *model.Entry, relPath string) ([]byte, error)