ChunkViz Python v1

Original: https://github.com/gkamradt/ChunkViz

LLMs have a limited amount of context. One strategy is to pass a relevant subset (chunk) of your full data instead of the full thing. There are many ways to chunk text.

This is a tool to understand different chunking/splitting strategies based on the chunking implemented in tl/tdw.