Skip to content

Commit

Permalink
fix: doc ext name error in LOADER_DICT
Browse files Browse the repository at this point in the history
  • Loading branch information
liunux4odoo committed Dec 8, 2023
1 parent ad0b133 commit 7b70776
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/knowledge_base/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def process_entry(entry):
"SRTLoader": ['.srt'],
"TomlLoader": ['.toml'],
"UnstructuredTSVLoader": ['.tsv'],
"UnstructuredWordDocumentLoader": ['.docx', 'doc'],
"UnstructuredWordDocumentLoader": ['.docx', '.doc'],
"UnstructuredXMLLoader": ['.xml'],
"UnstructuredPowerPointLoader": ['.ppt', '.pptx'],
"EverNoteLoader": ['.enex'],
Expand Down

0 comments on commit 7b70776

Please sign in to comment.