OVERVIEW
ODC Chunking Library Demo is a sample ODC application that shows how to use the ODC Chunking Library in a real app. It lets you load sample Markdown or plain text, adjust chunking parameters, run different chunking strategies, and inspect the returned results. The app is intended as a practical reference for developers who want to understand how to connect the library to screens, actions, user inputs, and result visualization before integrating chunking into their own applications.
PURPOSE
This demo application is designed to help developers:
WHAT THE DEMO INCLUDES
HOW THE DEMO WORKS
The application loads either sample Markdown or sample text content and lets the user choose a chunking strategy. After the user sets the desired parameters and runs the process, the app calls the chunking logic and displays the returned chunks on screen. Each result includes the generated chunk text, metadata such as character range and token estimate, and summary information about the full operation. The app also allows downloading the generated result as JSON.
MAIN SCREEN
The demo centers around a single interactive screen where developers can:
WHAT DEVELOPERS CAN LEARN FROM THIS DEMO
DEMO USE CASES
This sample is useful for developers building:
LIMITATIONS
WHEN TO USE THIS DEMO
Use this application when you want a working example of how to integrate chunking into an ODC app. It is especially useful for learning, testing, validating parameter choices, and accelerating the implementation of your own chunk-based workflows.
NEXT STEPS
After exploring the demo, developers can adapt the same patterns to: