Does anyone know of a way to automatically pass in a filename as doc_id when using SimpleDirectoryReader? Kapa AI believes there is a way to use use_filename_as_id=True but it is not working E.g.
# Load documents with filenames as document IDs
documents = SimpleDirectoryReader('path/to/your/data', use_filename_as_id=True).load_data()