Update app.py
Browse files
app.py
CHANGED
@@ -49,8 +49,6 @@ def load_vectorstore():
|
|
49 |
# Get the full path of the target directory
|
50 |
target_path = os.path.join(root, target_dir)
|
51 |
print(target_path)
|
52 |
-
else:
|
53 |
-
print("no path found")
|
54 |
|
55 |
# load embedding model
|
56 |
embeddings = HuggingFaceInstructEmbeddings(
|
|
|
49 |
# Get the full path of the target directory
|
50 |
target_path = os.path.join(root, target_dir)
|
51 |
print(target_path)
|
|
|
|
|
52 |
|
53 |
# load embedding model
|
54 |
embeddings = HuggingFaceInstructEmbeddings(
|