calmgoose commited on
Commit
35b3ec0
·
1 Parent(s): bbf9087

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -53,7 +53,7 @@ vectorstore = snapshot_download(repo_id="calmgoose/orwell-1984_faiss-instructemb
53
 
54
  # get path to the `vectorstore` folder that you just downloaded
55
  # we'll look inside the `cache_dir` for the folder we want
56
- target_dir = "vectorstore"
57
 
58
  # Walk through the directory tree recursively
59
  for root, dirs, files in os.walk(cache_dir):
 
53
 
54
  # get path to the `vectorstore` folder that you just downloaded
55
  # we'll look inside the `cache_dir` for the folder we want
56
+ target_dir = f"books/{book}"
57
 
58
  # Walk through the directory tree recursively
59
  for root, dirs, files in os.walk(cache_dir):