🚀 Getting Started
Add to your project
To add chunkr
to your project and start chunking, use the cargo cli
This will download and add the latest version to your project. Or you can directly add the 'chunkr' in the the cargo.toml
file and run build command.
Run project locally
Clone the repository
🏗️ Examples
Check out these examples to get started.
Chunking
These are some chunking strategy examples:
- Chunking by words - Chunk your documents/texts by number of words.
- Chunking by characters - Chunk your documents/text by number of characters.
Run them using the cargo command like:
# ["Hello there how are you.", "I am fine, Thank you"]
💡 Contributing
As an open-source project, we are open to all kinds of contribution, be it through code, documentation, issues, bugs, or even feature suggestions.
Feel free to check out Contribution guide for more details.
📝 License
This project is licensed under the MIT License - see the LICENSE.md file for details