Comment on Show HN: Chonkie – A Fast, Lightweight Text Chunking Library for RAGparentComments−andai1yI made a rudimentary semantic chunking in just a few lines of code.I just removed one sentence at a time from the left until there was a jump in the embedding distance. Then repeated for the right side.
Comments
I made a rudimentary semantic chunking in just a few lines of code.
I just removed one sentence at a time from the left until there was a jump in the embedding distance. Then repeated for the right side.