calmgoose commited on
Commit
55d5c83
·
1 Parent(s): f4c417a

Update app.py

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