Hi, Im trying to get the starter tutorial to work but I just keep getting: ValueError: Directory data does not exist. From the first line after the import: documents = SimpleDirectoryReader("data").load_data() I have my .py in the paul_graham_essay folder
I think you have to have you .py that has the code in the same folder of your data folder. If the name of your data folder is paul_graham_essay, change your code to: documents = SimpleDirectoryReader("paul_graham_essay").load_data()