Pudding48 commited on
Commit
c575b0d
·
verified ·
1 Parent(s): c8baa8d

Update prepare_vector_dp.py

Browse files
Files changed (1) hide show
  1. prepare_vector_dp.py +1 -1
prepare_vector_dp.py CHANGED
@@ -17,7 +17,7 @@ os.makedirs(cache_path, exist_ok=True)
17
 
18
 
19
  # Khai bao bien
20
- pdf_data_path = "/home/user/app/data"
21
  vector_dp_path = "/home/user/app/vectorstores/db_faiss"
22
 
23
  os.makedirs(pdf_data_path, exist_ok=True)
 
17
 
18
 
19
  # Khai bao bien
20
+ pdf_data_path = "data"
21
  vector_dp_path = "/home/user/app/vectorstores/db_faiss"
22
 
23
  os.makedirs(pdf_data_path, exist_ok=True)