Hello, may I ask why loading a pdf with SimpleDirectoryReader produces a list of documents per page? This seems counter intuitive and really the wrong behaviour. It should load a single document containing all of the pages?
ddacc = SimpleDirectoryReader(input_files=["data/2202.08137 (1).pdf"]).load_data()