Skip to content

Commit

Permalink
support .xls files
Browse files Browse the repository at this point in the history
  • Loading branch information
liunux4odoo committed Dec 8, 2023
1 parent 7b70776 commit 2e93198
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion knowledge_base/samples/content/wiki
Submodule wiki updated from 9a3fa7 to 4c6f1a
2 changes: 1 addition & 1 deletion server/knowledge_base/utils.py
Expand Up @@ -95,7 +95,7 @@ def process_entry(entry):
"RapidOCRLoader": ['.png', '.jpg', '.jpeg', '.bmp'],
"UnstructuredEmailLoader": ['.eml', '.msg'],
"UnstructuredEPubLoader": ['.epub'],
"UnstructuredExcelLoader": ['.xlsx', '.xlsd'],
"UnstructuredExcelLoader": ['.xlsx', '.xls', '.xlsd'],
"NotebookLoader": ['.ipynb'],
"UnstructuredODTLoader": ['.odt'],
"PythonLoader": ['.py'],
Expand Down

0 comments on commit 2e93198

Please sign in to comment.