quoc-khanh commited on
Commit
ceb3580
·
verified ·
1 Parent(s): a1d9a83

Update file_loader.py

Browse files
Files changed (1) hide show
  1. file_loader.py +1 -1
file_loader.py CHANGED
@@ -60,7 +60,7 @@ def get_vectorstore():
60
  # print('Vectorstore ready!')
61
  # return vectorstore
62
 
63
- folder_path = "syllabus_nct_pdf_format/" #'/content/chatbot4nct_test2/syllabus_nct_word_format'
64
  docx_files = list_docx_files(folder_path)
65
  all_splits = [] # Khởi tạo danh sách lưu kết quả
66
  for i, file_path in enumerate(tqdm(docx_files, desc="Đang xử lý", unit="file")):
 
60
  # print('Vectorstore ready!')
61
  # return vectorstore
62
 
63
+ folder_path = "syllabus_nct_docx_format_K66/" #'/content/chatbot4nct_test2/syllabus_nct_word_format'
64
  docx_files = list_docx_files(folder_path)
65
  all_splits = [] # Khởi tạo danh sách lưu kết quả
66
  for i, file_path in enumerate(tqdm(docx_files, desc="Đang xử lý", unit="file")):