quoc-khanh commited on
Commit
d4c53ab
·
verified ·
1 Parent(s): 37144c4

Update file_loader.py

Browse files
Files changed (1) hide show
  1. file_loader.py +2 -1
file_loader.py CHANGED
@@ -60,7 +60,8 @@ def get_vectorstore():
60
  # print('Vectorstore ready!')
61
  # return vectorstore
62
 
63
- folder_path = 'syllabus_nct_word_format/Trường Công nghệ/Chương trình An toàn thông tin' #"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
  error_files = [] # List to store files that caused errors
 
60
  # print('Vectorstore ready!')
61
  # return vectorstore
62
 
63
+ folder_path = "syllabus_nct_docx_format_K66/" #'/content/chatbot4nct_test2/syllabus_nct_word_format'
64
+ # 'syllabus_nct_word_format/Trường Công nghệ/Chương trình An toàn thông tin'
65
  docx_files = list_docx_files(folder_path)
66
  all_splits = [] # Khởi tạo danh sách lưu kết quả
67
  error_files = [] # List to store files that caused errors