calmgoose commited on
Commit
0010f5c
·
1 Parent(s): d270ee0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
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(