Spaces:
Sleeping
Sleeping
Update file_loader.py
Browse files- 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 =
|
|
|
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
|