mirror of
https://github.com/imartinez/privateGPT.git
synced 2025-06-27 15:58:56 +00:00
Add .doc .ppt (Word and PowerPoint 97/2003 formats)
This commit is contained in:
parent
355b4be7c0
commit
66a9f9cde0
@ -32,6 +32,7 @@ LOADER_MAPPING = {
|
||||
".csv": (CSVLoader, {}),
|
||||
# ".docx": (Docx2txtLoader, {}),
|
||||
".docx": (UnstructuredWordDocumentLoader, {}),
|
||||
".doc": (UnstructuredWordDocumentLoader, {}),
|
||||
".enex": (EverNoteLoader, {}),
|
||||
".eml": (UnstructuredEmailLoader, {}),
|
||||
".epub": (UnstructuredEPubLoader, {}),
|
||||
@ -40,6 +41,7 @@ LOADER_MAPPING = {
|
||||
".odt": (UnstructuredODTLoader, {}),
|
||||
".pdf": (PDFMinerLoader, {}),
|
||||
".pptx": (UnstructuredPowerPointLoader, {}),
|
||||
".ppt": (UnstructuredPowerPointLoader, {}),
|
||||
".txt": (TextLoader, {"encoding": "utf8"}),
|
||||
# Add more mappings for other file extensions and loaders as needed
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user