Update app.py
Browse files
app.py
CHANGED
@@ -48,6 +48,7 @@ def load_vectorstore():
|
|
48 |
if target_dir in dirs:
|
49 |
# Get the full path of the target directory
|
50 |
target_path = os.path.join(root, BOOK_NAME)
|
|
|
51 |
|
52 |
# load embedding model
|
53 |
embeddings = HuggingFaceInstructEmbeddings(
|
|
|
48 |
if target_dir in dirs:
|
49 |
# Get the full path of the target directory
|
50 |
target_path = os.path.join(root, BOOK_NAME)
|
51 |
+
print(target_path)
|
52 |
|
53 |
# load embedding model
|
54 |
embeddings = HuggingFaceInstructEmbeddings(
|