Update README.md
Browse files
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 = "
|
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):
|