From the course: Hands-On AI: Building LLM-Powered Apps

Challenge: Enabling load PDF to Chainlit app - Python Tutorial

From the course: Hands-On AI: Building LLM-Powered Apps

Challenge: Enabling load PDF to Chainlit app

- [Instructor] Welcome back to the hands-on session. In this lab we will add a feature of loading and processing PDF to our chat with PDF application. In this lab we will use lang chain's PDF processing connectors to load PDF. And we will chunk it using lang chain's document transformers. And finally, we will use Chainlit's ask file message to ask the user to input their own PDF documents. Please go through the exercises here in App.pi. Feel free to use Google search or visit lang chain's and Chainlit's documentation. Good luck.

Contents