Skip to main content

🦛 CHONK your texts with Chonkie ✨ - The no-nonsense RAG chunking library

Project description

Chonkie Logo

🦛 Chonkie ✨

PyPI version License Documentation Package size Downloads GitHub stars

The no-nonsense RAG chunking library that's lightweight, lightning-fast, and ready to CHONK your texts

InstallationUsageSupported MethodsBenchmarksAcknowledgementsCitation

so i found myself making another RAG bot (for the 2342148th time) and meanwhile, explaining to my juniors about why we should use chunking in our RAG bots, only to realise that i would have to write chunking all over again unless i use the bloated software library X or the extremely feature-less library Y. WHY CAN I NOT HAVE SOMETHING JUST RIGHT, UGH?

Can't i just install, import and run chunking and not have to worry about dependencies, bloat, speed or other factors?

Well, with chonkie you can! (chonkie boi is a gud boi)

🚀 Feature-rich: All the CHONKs you'd ever need
✨ Easy to use: Install, Import, CHONK
⚡ Fast: CHONK at the speed of light! zooooom
🌐 Wide support: Supports all your favorite tokenizer CHONKS
🪶 Light-weight: No bloat, just CHONK
🦛 Cute CHONK mascot: psst it's a pygmy hippo btw
❤️ Moto Moto's favorite python library

What're you waiting for, just CHONK it!

Installation

To install chonkie, simply run:

pip install chonkie

Chonkie follows the rule to have minimal defualt installs, read the DOCS to know the installation for your required chunker, or simply install all if you don't want to think about it (not recommended).

pip install chonkie[all]

Usage

Here's a basic example to get you started:

# First import the chunker you want from Chonkie 
from chonkie import TokenChunker

# Import your favorite tokenizer library
# Also supports AutoTokenizers, TikToken and AutoTikTokenizer
from tokenizers import Tokenizer 
tokenizer = Tokenizer.from_pretrained("gpt2")

# Initialize the chunker
chunker = TokenChunker(tokenizer)

# Chunk some text
chunks = chunker("Woah! Chonkie, the chunking library is so cool! I love the tiny hippo hehe.")

# Access chunks
for chunk in chunks:
    print(f"Chunk: {chunk.text}")
    print(f"Tokens: {chunk.token_count}")

More example usages given inside the DOCS

Supported Methods

Chonkie provides several chunkers to help you split your text efficiently for RAG applications. Here's a quick overview of the available chunkers:

  • TokenChunker: Splits text into fixed-size token chunks.
  • WordChunker: Splits text into chunks based on words.
  • SentenceChunker: Splits text into chunks based on sentences.
  • SemanticChunker: Splits text into chunks based on semantic similarity.
  • SDPMChunker: Splits text using a Semantic Double-Pass Merge approach.

More on these methods and the approaches taken inside the DOCS

Benchmarks 🏃‍♂️

"I may be smol hippo, but I pack a punch!" 🦛

Here's a quick peek at how Chonkie performs:

Size📦

  • Default Install: 9.7MB (vs 80-171MB for alternatives)
  • With Semantic: Still lighter than the competition!

Speed

  • Token Chunking: 33x faster than the slowest alternative
  • Sentence Chunking: Almost 2x faster than competitors
  • Semantic Chunking: Up to 2.5x faster than others

Check out our detailed benchmarks to see how Chonkie races past the competition! 🏃‍♂️💨

Acknowledgements

Chonkie would like to CHONK its way through a special thanks to all the users and contributors who have helped make this library what it is today! Your feedback, issue reports, and improvements have helped make Chonkie the CHONKIEST it can be.

And of course, special thanks to Moto Moto for endorsing Chonkie with his famous quote:

"I like them big, I like them chonkie." ~ Moto Moto

Citation

If you use Chonkie in your research, please cite it as follows:

@misc{chonkie2024,
  author = {Minhas, Bhavnick},
  title = {Chonkie: A Fast Feature-full Chunking Library for RAG Bots},
  year = {2024},
  publisher = {GitHub},
  journal = {GitHub repository},
  howpublished = {\url{https://github.com/bhavnick/chonkie}},
}

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

chonkie-0.2.0.post1.tar.gz (20.8 kB view details)

Uploaded Source

Built Distribution

chonkie-0.2.0.post1-py3-none-any.whl (23.9 kB view details)

Uploaded Python 3

File details

Details for the file chonkie-0.2.0.post1.tar.gz.

File metadata

  • Download URL: chonkie-0.2.0.post1.tar.gz
  • Upload date:
  • Size: 20.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.9.20

File hashes

Hashes for chonkie-0.2.0.post1.tar.gz
Algorithm Hash digest
SHA256 5dc4f2e783bb90e934c629346c97e42b413378e70d6715eb7e7183e12f8edfa5
MD5 14d99570a8c5bcdc61475e68b6451e17
BLAKE2b-256 9f3020b39b9420e8d5e23b1932e8550c0eb0975446d121e62c8c7eaceecc7a3d

See more details on using hashes here.

File details

Details for the file chonkie-0.2.0.post1-py3-none-any.whl.

File metadata

File hashes

Hashes for chonkie-0.2.0.post1-py3-none-any.whl
Algorithm Hash digest
SHA256 ff8d3a7d6104ac27c530cad2a7ab0201361cd303178ed8d75a9b2b445e707d75
MD5 cfb3b112ae08816702d2600862764ae8
BLAKE2b-256 35ac389a6ffd637d15208ffa46321cf7081c22357856e55e1248c18778676819

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page