mirror of
https://github.com/open-webui/open-webui
synced 2024-11-16 05:24:02 +00:00
fix: remove unsupported .doc file ingest
This commit is contained in:
parent
1eec9e2b59
commit
3199e26500
@ -1155,7 +1155,7 @@ def get_loader(filename: str, file_content_type: str, file_path: str):
|
||||
elif (
|
||||
file_content_type
|
||||
== "application/vnd.openxmlformats-officedocument.wordprocessingml.document"
|
||||
or file_ext in ["doc", "docx"]
|
||||
or file_ext == "docx"
|
||||
):
|
||||
loader = Docx2txtLoader(file_path)
|
||||
elif file_content_type in [
|
||||
|
Loading…
Reference in New Issue
Block a user