How to retrieve the mapping between doc_id and file name? · Issue #613 · run-llama/llama_index
documents = SimpleDirectoryReader('data').load_data() for doc in documents: print(doc) [Document(text='text-content', doc_id='233dfb85-6a12-46b5-9010-xxx', embedding=None, extra_info=None) How can ...