Available on crate feature
tree-sitter
only.Expand description
CompressCodeOutline
is a transformer that reduces the size of the outline of a the parent file
of a chunk to make it more relevant to the chunk.
Structs§
- Compress
Code Outline CompressCodeChunk
rewrites the “Outline” metadata field of a chunk to condense it and make it more relevant to the chunk in question. It is useful as a step after chunking a file that has had outline generated for it withFileToOutlineTreeSitter
.- Compress
Code Outline Builder - Builder for
CompressCodeOutline
.