Hello. I saw langchain has a lot of possibilities in order to index different types of document (powerpoint, notion, markdown...). It therea a way to make langchain's Document object compatible with llama-index?
I've been taking a look at the Document object and it seems that it only allows receiving text by parameter. Is there any way to be able to add other types of files? Images, excel, csv...
@Manu Lorenzo also if your doc is already in langchain format, you can do Document.from_langchain_format(langchain_document) to convert it to llamaindex format