Docfile commited on
Commit
1c7ede8
·
verified ·
1 Parent(s): 7ea9ec9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -46,7 +46,7 @@ Settings.embed_model = embed_model
46
  # Reads pdfs at "./" path
47
  documents = (
48
  SimpleDirectoryReader(
49
- input_dir = './',
50
  required_exts = [".pdf"])
51
  .load_data()
52
  )
 
46
  # Reads pdfs at "./" path
47
  documents = (
48
  SimpleDirectoryReader(
49
+ input_dir = 'data',
50
  required_exts = [".pdf"])
51
  .load_data()
52
  )