File tree 1 file changed +5
-5
lines changed 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 100
100
"metadata" : {},
101
101
"outputs" : [],
102
102
"source" : [
103
- " !mkdir -p \" .test/library/jane-austen\"\n " ,
104
- " !mkdir -p \" .test/library/victor-hugo\"\n " ,
105
- " !wget https://www.gutenberg.org/ebooks/1342.epub.noimages -O \" .test/library/jane-austen/pride-and-prejudice.epub\"\n " ,
106
- " !wget https://www.gutenberg.org/ebooks/135.epub.noimages -O \" .test/library/victor-hugo/les-miserables.epub\" "
103
+ " !mkdir -p \" ./ test/library/jane-austen\"\n " ,
104
+ " !mkdir -p \" ./ test/library/victor-hugo\"\n " ,
105
+ " !wget https://www.gutenberg.org/ebooks/1342.epub.noimages -O \" ./ test/library/jane-austen/pride-and-prejudice.epub\"\n " ,
106
+ " !wget https://www.gutenberg.org/ebooks/135.epub.noimages -O \" ./ test/library/victor-hugo/les-miserables.epub\" "
107
107
]
108
108
},
109
109
{
150
150
" from llama_index.core import SimpleDirectoryReader\n " ,
151
151
" \n " ,
152
152
" loader = SimpleDirectoryReader(\n " ,
153
- " input_dir=\" ./. test/\" ,\n " ,
153
+ " input_dir=\" ./test/\" ,\n " ,
154
154
" recursive=True,\n " ,
155
155
" required_exts=[\" .epub\" ],\n " ,
156
156
" )\n " ,
You can’t perform that action at this time.
0 commit comments