...

/

Challenge: Supporting PDF File Uploads in RAG

Challenge: Supporting PDF File Uploads in RAG

Test your understanding of the RAG pipeline by customizing it to support PDF format.

We'll cover the following...

Up to this point, our RAG system has been handling only plain text (TXT) files or hardcoded strings. In this challenge, we’re stepping up our game by introducing the capability to handle PDF files. This challenge will test your ability to adapt and enhance the functionality of our RAG system. Are you ready to take on the challenge?

Press + to interact

What to do?

In this challenge, you'll enhance the file ...