The community member has a use-case where they have a list of several PDFs (overall size could be 100s of MBs) and wants to create a question-answering system on top of these PDFs. They are asking how to build their RAG pipeline using LlamaIndex and ChatGPT, and a sample notebook would be helpful.
In the comments, another community member suggests starting with the LlamaIndex documentation, specifically the starter example at https://gpt-index.readthedocs.io/en/stable/getting_started/starter_example.html. The original poster thanks the commenter and says they are trying it out.
Hello Everyone, I have a simple use-case. I have list of several pdfs (overall size could be 100s of MBs). I want to create a question-answering system on top of these pdfs. How can I build my RAG pipeline using LlamaIndex and ChatGPT? Sample notebook would be really helpful! Thanks in advance!!