Summary
We want to grow a collection of community-contributed examples showing how you use chunklet-py in real projects — RAG pipelines, LangChain integrations, preprocessing workflows, CLI scripts, you name it.
How to contribute
- Add your example script to
examples/ (e.g. examples/my_use_case.py)
- Open a PR with message starting with
Part #58
- Make sure your example is self-contained (include
pip install instructions in comments)
Ideas to get started
- LangChain / LlamaIndex integration
- Batch processing with chunklet CLI
- Multi-format document pipeline (PDF + DOCX + HTML)
- Using chunklet with vector databases (Chroma, Qdrant, etc.)
- Custom tokenizer or sentence splitter integration
- Any creative use case you've built
Guidelines
- Keep examples simple and runnable
- Add a docstring at the top explaining what the example does
- Use real sample files from
samples/ where possible
- Do not use convention tag in pr title
- Include expected output or assertions if applicable
Summary
We want to grow a collection of community-contributed examples showing how you use chunklet-py in real projects — RAG pipelines, LangChain integrations, preprocessing workflows, CLI scripts, you name it.
How to contribute
examples/(e.g.examples/my_use_case.py)Part #58pip installinstructions in comments)Ideas to get started
Guidelines
samples/where possible