RAG Playground

Explore each step of the RAG pipeline through interactive visualizations

Text Splitting

Visualize how documents are split into meaningful chunks while preserving semantic coherence
- Character strategy: Simple splitting with fixed chunk size. Best for straightforward text processing.
- Recursive character strategy: Intelligent splitting that preserves natural language boundaries and semantic meaning. Recommended for production use.

Split Strategy:Langchain
Sample text from AWS Documentation
Hover over chunks to highlight their position in the source document