quoc-khanh commited on
Commit
0787084
·
verified ·
1 Parent(s): 5840faa

Update file_loader.py

Browse files
Files changed (1) hide show
  1. 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
- get_urls_splits, # Xử lý dữ liệu từ web
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