peg$SyntaxError: Expected "http://", "https://", [([{"'β], [0-9], [^ \t\n\r!?([}")\]}"0-9@], [^ \t\n\r!?.([})]}"0-9@], [a-z0-9], or [a-z] but "\n" found.
"\n"
character is invalid? even though it clearly says it's an accepted value. Has anyone else seen this??const directoryPath = "./data"; const directoryReader = new SimpleDirectoryReader(); const documents = await directoryReader.loadData({ directoryPath }); const storageContext = await storageContextFromDefaults({ persistDir: "./cache/storage", }); indexStore = await VectorStoreIndex.fromDocuments([document], { storageContext, });