Pudding48 commited on
Commit
5a05052
·
verified ·
1 Parent(s): da2813f

Update prepare_vector_dp.py

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