Writing
Behind the scenes and daily updates
March 2, 2026·3 min read
Parse and Chunk Documents for AI With Docling
Use the Docling Python library to get documents AI ready through document parsing and chunking. This tutorial provides an overview of turning a document into markdown, as implementing Docling's HybridChunker to chunk documents into the chunks size of your choosing.
Read MoreMarch 1, 2026·3 min read
Route User Queries With PydanticAI's Agent Framework
A tutorial on the PydanticAI agent framework. In this tutorial you will use the framework to build a semantic router used for agent based tool selection.
Read More