feyninc/chonkie
🦛 CHONK docs with Chonkie ✨ — The lightweight ingestion library for fast, efficient and robust RAG pipelines observed · 2026-08-28
Health v2 · maintenance only
84/100
- Activity 99
- Release rhythm 92
- Longevity 37
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 11.0
- age_days: 522
- days_rel: 57
- days_push: 7
- n_releases_24m: 37
Adoption not part of the score
4704 stars · 351 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Chonkie is a lightweight Python library for chunking text in RAG pipelines, offering multiple chunking algorithms, embeddings, and integrations with vector databases. It handles the ingestion step of retrieval-augmented generation: fetch, chunk, refine, embed, and store text.
Use cases
- split documents into chunks for a RAG pipeline
- chunk text semantically before embedding
- prepare documents for a vector database
- replace a custom text splitter with a maintained library
- build a fast lightweight document ingestion pipeline
- chunk multilingual text for retrieval
When to choose
- you need efficient, fast text chunking for RAG without heavy dependencies
- you want built-in integrations with tokenizers, embedders, and vector DBs
- you need multilingual chunking support out of the box
When to avoid
- you need a full RAG framework with retrieval and generation, not just ingestion
- your project is not Python-based and you cannot use the JS SDK or API
Facets
library · maturity active
rag nlp etl machine-learning large-language-models artificial-intelligence python cross-platform chunking text-splitter ingestion vector-databases embeddings semantic-chunking retrieval-augmented-generation natural-language-processing
2 sources
- readme: https://github.com/feyninc/chonkie · fetched 2026-08-28 · 6a324fb47276
- homepage: https://docs.chonkie.ai · fetched 2026-08-29 · be39a70be869
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| feyninc/chonkie | main | 84 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem