calmgoose commited on
Commit
eefd868
·
1 Parent(s): f8525e5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,7 +40,7 @@ def load_vectorstore():
40
  cache_dir=cache_dir,
41
  )
42
 
43
- target_dir = f"books/{BOOK_NAME}/*"
44
 
45
  # Walk through the directory tree recursively
46
  for root, dirs, files in os.walk(cache_dir):
 
40
  cache_dir=cache_dir,
41
  )
42
 
43
+ target_dir = f"books/{BOOK_NAME}"
44
 
45
  # Walk through the directory tree recursively
46
  for root, dirs, files in os.walk(cache_dir):