Hi guys, I'm building a simple RAG Chatbot with Pinecone and OpenAI with some of documents like word, pdf, spreadsheet. My Chatbot can answer exactly the questions however it responds text only while there are a lot of images in those documents.
I'm facing the issue with my chatbot how does it display the image in the chat if the answer contains the image that has already embedded. Does anyone know how to resolve this issue? Thanks!