Versions in this module Expand all Collapse all v0 v0.1.2 May 30, 2023 Changes in this version + func SplitFiles(fs []string, chunk_size, overlap int) (map[string]*chat2code.Chunk, error) + func SplitText(fileName, text string, chunk_size int, overlap int) ([]*chat2code.Chunk, error)