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
- Host: GitHub
- URL: https://github.com/do-me/js-text-chunker
- Owner: do-me
- License: mit
- Created: 2024-09-17T16:10:31.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-09-19T13:54:42.000Z (8 months ago)
- Last Synced: 2025-01-16T03:43:42.787Z (4 months ago)
- Language: HTML
- Homepage: https://do-me.github.io/js-text-chunker/
- Size: 17.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).