Spaces:
Sleeping
Sleeping
Update file_loader.py
Browse files- file_loader.py +2 -3
file_loader.py
CHANGED
@@ -7,9 +7,8 @@ from langchain_google_genai import GoogleGenerativeAIEmbeddings
|
|
7 |
from helpers import (
|
8 |
list_docx_files, # Lấy danh sách file .docx
|
9 |
get_splits, # Xử lý file docx thành splits
|
10 |
-
get_json_splits_only, # Xử lý file JSON (FAQ)
|
11 |
-
|
12 |
-
get_web_documents,
|
13 |
)
|
14 |
|
15 |
|
|
|
7 |
from helpers import (
|
8 |
list_docx_files, # Lấy danh sách file .docx
|
9 |
get_splits, # Xử lý file docx thành splits
|
10 |
+
get_json_splits_only, # Xử lý file JSON (FAQ)
|
11 |
+
get_web_documents, # Xử lý dữ liệu từ web
|
|
|
12 |
)
|
13 |
|
14 |
|