Spaces:
Runtime error
Runtime error
Update file_loader.py
Browse files- file_loader.py +2 -2
file_loader.py
CHANGED
@@ -18,10 +18,10 @@ import json
|
|
18 |
|
19 |
def get_vectorstore():
|
20 |
### Xử lý tất cả các tài liệu và nhét vào database
|
21 |
-
folder_path =
|
22 |
#"syllabus_nct_word_format/"
|
23 |
#'syllabus_nct_word_format/Trường Công nghệ/debug'
|
24 |
-
'syllabus_nct_word_format/Trường Công nghệ/Chương trình An toàn thông tin'
|
25 |
#
|
26 |
docx_files = list_docx_files(folder_path)
|
27 |
|
|
|
18 |
|
19 |
def get_vectorstore():
|
20 |
### Xử lý tất cả các tài liệu và nhét vào database
|
21 |
+
folder_path = 'syllabus_nct_word_format/Trường Công nghệ/Chương trình An toàn thông tin'
|
22 |
#"syllabus_nct_word_format/"
|
23 |
#'syllabus_nct_word_format/Trường Công nghệ/debug'
|
24 |
+
# 'syllabus_nct_word_format/Trường Công nghệ/Chương trình An toàn thông tin'
|
25 |
#
|
26 |
docx_files = list_docx_files(folder_path)
|
27 |
|