Skip to content

Commit

Permalink
Fixed Excel file extension in constants.py
Browse files Browse the repository at this point in the history
Fixed Excel file extension in constants.py as pointed out in #317
  • Loading branch information
PromtEngineer authored Jul 31, 2023
1 parent 286ac7b commit d4b0f75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
".pdf": PDFMinerLoader,
".csv": CSVLoader,
".xls": UnstructuredExcelLoader,
".xlxs": UnstructuredExcelLoader,
".xlsx": UnstructuredExcelLoader,
".docx": Docx2txtLoader,
".doc": Docx2txtLoader,
}
Expand Down

0 comments on commit d4b0f75

Please sign in to comment.