semantic-chunking and go-semantic-chunking

These are **competitors**: both implement semantic chunking algorithms to split documents into contextually coherent segments for LLM processing, with A being the established, production-ready option and B being an alternative implementation in Go.

semantic-chunking
68
Established
go-semantic-chunking
21
Experimental
Maintenance 10/25
Adoption 20/25
Maturity 25/25
Community 13/25
Maintenance 10/25
Adoption 2/25
Maturity 9/25
Community 0/25
Stars: 134
Forks: 14
Downloads: 5,194
Commits (30d): 0
Language: JavaScript
License: MIT
Stars: 2
Forks:
Downloads:
Commits (30d): 0
Language: Go
License: MIT
No risk flags
No Package No Dependents

About semantic-chunking

jparkerweb/semantic-chunking

🍱 semantic-chunking ⇢ semantically create chunks from large document for passing to LLM workflows

Performs semantic chunking by embedding sentences with ONNX models and grouping them based on cosine similarity scores, with configurable thresholds and optional chunk rebalancing. Supports multiple embedding models including quantized variants (q4, q8), and can return chunk embeddings for RAG workflows. Deployable as a Node.js library, microservice API, or Docker container with an included web UI for interactive configuration.

About go-semantic-chunking

njyeung/go-semantic-chunking

Sementic chunking algorithm in (mostly) Go

Scores updated daily from GitHub, PyPI, and npm data. How scores work