RAG with table, text and image

Hello Fellow innovators,

We have a use-case where we have to build a Q&A chatbot for a set of documents. When document has only text, we have implemented simple RAG architecture. We want to understand how to handle tables and images embedded within the document. How to make sure that the same RAG architecture would work for tabular and image data.

Any help would be appriciated.
Thanks,
Arpit

1 Like

Hi… I have the same requirement. I want to parse the tabular aswell as image data along with text data in RAG. Is there any solution for this?

Thanks in advance
Manjula