feyninc/chonkie

🦛 CHONK docs with Chonkie ✨ — The lightweight ingestion library for fast, efficient and robust RAG pipelines

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 57 minutes ago
Added to GitGenius on September 14th, 2026
Created on March 29th, 2025
Open Issues & Pull Requests: 48 (+0)
GitHub issues: Enabled
Number of forks: 353
Total Stargazers: 4,748 (+0)
Total Subscribers: 19 (+0)

Repository Insights (GitGenius)

Median issue/PR response: N/A
Mean response time: 10.8 days
90th percentile: 8.3 days
Tracked items: 143

Most active contributors

Sign in to see contributor activity.

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 100% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Only 7% of issues opened in the past year have been closed. Three people close 87% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 29
New in 7 days: 1
Closed in 7 days: 1
Avg open age: 246 days
Stale 30+ days: 25
Stale 90+ days: 19

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • bug (53)
  • enhancement (46)
  • question (20)
  • rfc (7)
  • good first issue (4)
  • help wanted (2)
  • documentation (1)

Most active issues this week

Detailed Description

Chonkie is a lightweight ingestion library for building fast and efficient RAG pipelines through text chunking.

The library addresses the problem of repeatedly building custom text chunkers for retrieval-augmented generation systems. It provides multiple chunking algorithms optimized for different use cases, allowing developers to split documents into semantically meaningful chunks without the overhead of larger frameworks. The tool supports multilingual text across 56 languages and can be used either as a Python library or deployed as a self-hosted REST API server with interactive documentation.

Chonkie suits projects that need straightforward document ingestion without unnecessary dependencies. The library follows a minimal installation philosophy, letting developers install only the chunkers and integrations they require rather than loading all functionality by default. It includes over 30 integrations with vector databases and other tools commonly used in RAG pipelines, and provides a Pipeline component for chaining multiple processing steps together. The tool can run locally or be deployed to the cloud, making it flexible for different deployment scenarios.

Development activity shows consistent engagement with the codebase through regular commits and active issue management. The project maintains responsiveness to user feedback and bug reports. Documentation receives ongoing updates to reflect new features and usage patterns. The maintainers actively expand the integration ecosystem to support additional tools and services.