Hi, Is it posssible to return the image along with the text in the query response? I am using llamaindex to create vector index from the pdfs which have text as well as images.
If I am creating a vector index for a pdf which has images and text, so first step would be to identify whether image has been indexed or not. If an image matches the query been asked then it has to be passed along with matching text to LLM model and then wait for the response. lastly I will have to find whether image is available on the response or not doesn't look easy, huhh