quoc-khanh commited on
Commit
99ee440
·
verified ·
1 Parent(s): 697885e

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 = '/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_word_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")):