Skip to content

Latest commit

 

History

History

Advace_RAG_LlamaParser

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Advanced RAG: Extracting Complex PDFs containing tables & Text Using LlamaParse

Open In Colab

This example contains code and examples for comparing LangChain, LlamaIndex, and LlamaParse in extracting data from PDFs, especially those with complex tables and text.

Overview

In this project, we explore:

  • Q&A on PDF data using LangChain

  • Q&A on PDF data using LlamaIndex

  • Q&A on PDF data using LlamaIndex with LlamaParse

The results of each method are compared in colab notebook Open In Colab