Closed jaswanth2003 closed 2 months ago
@jaswanth2003 I don't understand the motivation or lack of limitations here, in this tutorial you are asking questions to 10 pages (from what I remember of the PDF), retrieve one page and answer question.
Yes, got it! I was confused with retrieving multiple pages and feeding them. Now I understand that I can feed multiple pages at the same time.
Thank you for providing the ColPali_+_Qwen2_VL.ipynb notebook. It has been incredibly helpful in understanding and applying Retrieval Augmented Generation.
I am wondering if it is possible to extend the current implementation to ask one question from multiple PDFs at the same time. For instance, retrieving information from both pdf1 and pdf2 at the same time . Currently, the notebooks appear to handle retrieval from a single document or a specific context window, even if there are multiple PDFs in the database. However, in many real-world scenarios, it would be beneficial to retrieve information from multiple documents simultaneously.