The community member is asking if there is a way to load a single text file, as they cannot find this functionality in any connectors and the simpledirectoryreader works but only for directories. The comments suggest that the community member can pass the filename directly in the path using path.loader.load_data(file=Path('file.html')). Another community member mentions using a loader from the LlamaIndex library, specifically the simpleDirectoryReader with input_files=[path of files here]. However, there is no explicitly marked answer in the comments.