Skip to content

feat: Add Document Chunking Utility#21

Open
Failureguy94 wants to merge 2 commits intomanas95826:mainfrom
Failureguy94:feat/document-chunking
Open

feat: Add Document Chunking Utility#21
Failureguy94 wants to merge 2 commits intomanas95826:mainfrom
Failureguy94:feat/document-chunking

Conversation

@Failureguy94
Copy link

This PR implements a document chunking mechanism to split large text documents into smaller overlapping chunks.

✅ Added DocumentChunker class in utils/chunking.py
✅ Supports configurable chunk size and overlap
✅ Created cookbooks/chunking_example.py to demonstrate usage
✅ Tested locally with large text input

Fixes #13

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support of Chunking

2 participants