An open API service indexing awesome lists of open source software.

https://github.com/do-me/js-text-chunker

A simple vanilla JS text chunker for hierarchical semantic chunking
https://github.com/do-me/js-text-chunker

Last synced: 2 months ago
JSON representation

A simple vanilla JS text chunker for hierarchical semantic chunking

Awesome Lists containing this project

README

        

# JS-Text-Chunker
A simple vanilla javascript text chunker for hierarchical semantic chunking. Roughly based on Langchain's chunker but simplified and without dependencies. Originally based on [this Python version](https://gist.github.com/do-me/4c8159e5581e1b773df2e5b37182a605).