![Hands-On LangChain for LLM Applications Development: Documents Splitting [Part 1] Hands-On LangChain for LLM Applications Development: Documents Splitting [Part 1]](https://miro.medium.com/v2/resize:fit:700/1*5Ejw_RN_KPDDWZGrnHlDHg.png)
Hands-On LangChain for LLM Applications Development: Documents Splitting [Part 1]
Last Updated on December 30, 2023 by Editorial Team
Author(s): Youssef Hosni
Originally published on Towards AI.
Once you’ve loaded documents, you’ll often want to transform them to better suit your application. The simplest example is you may want to split a long document into smaller chunks that can fit into your model’s context window.
When you want to deal with long pieces of text, it is necessary to split up that text into chunks. As simple as this sounds, there is a lot of potential complexity here. Ideally, you want to keep the semantically related pieces of text together.
LangChain has several built-in document transformers that make it easy to split, combine, filter, and otherwise manipulate documents. In this two-part practical article, we will explore the importance of document splitting, and the available LangChain text splitters and will explore four of them in depth.
Why do we need document splitting?Different types of LangChain splittersIntroduction to recursive character text splitter & the character text splitterDiving deep in recursive splittingPDF loading & splitting [Covered in part 2 ]Token splitting [Covered in part 2 ]Context-aware splitting [Covered in part 2 ]
Most insights I share in Medium have previously been shared in my weekly newsletter, To Data & Beyond.
If you want to be up-to-date with the frenetic world of AI while also feeling… Read the full blog for free on Medium.
Join thousands of data leaders on the AI newsletter. Join over 80,000 subscribers and keep up to date with the latest developments in AI. From research to projects and ideas. If you are building an AI startup, an AI-related product, or a service, we invite you to consider becoming a sponsor.
Published via Towards AI
Take our 90+ lesson From Beginner to Advanced LLM Developer Certification: From choosing a project to deploying a working product this is the most comprehensive and practical LLM course out there!
Towards AI has published Building LLMs for Production—our 470+ page guide to mastering LLMs with practical projects and expert insights!

Discover Your Dream AI Career at Towards AI Jobs
Towards AI has built a jobs board tailored specifically to Machine Learning and Data Science Jobs and Skills. Our software searches for live AI jobs each hour, labels and categorises them and makes them easily searchable. Explore over 40,000 live jobs today with Towards AI Jobs!
Note: Content contains the views of the contributing authors and not Towards AI.