I have a csv with content and some metadata like link on the content and title of content.
I already made a code which allow to have ask question and get responses. But I have one simple question: How can I display not only answers, but and metadata of answers? Like title and link?
@Logan M What if I load Data from langchain (which consider about metadata) and after will use Document.from_langchain_format(langchain_document) to convert it to gpt index. Will it work?