langchain/docs/modules/indexes/document_loaders/examples/example_data
Matt Robinson 3637d6da6e
feat: add loader for open office odt files (#4405)
# ODF File Loader

Adds a data loader for handling Open Office ODT files. Requires
`unstructured>=0.6.3`.

### Testing

The following should work using the `fake.odt` example doc from the
[`unstructured` repo](https://github.com/Unstructured-IO/unstructured).

```python
from langchain.document_loaders import UnstructuredODTLoader

loader = UnstructuredODTLoader(file_path="fake.odt", mode="elements")
loader.load()

loader = UnstructuredODTLoader(file_path="fake.odt", mode="single")
loader.load()
```
2023-05-10 01:37:17 -07:00
..
fake_discord_data Harrison/discord loader (#3200) 2023-04-19 21:04:12 -07:00
test_repo1@7e525a3b91 Add file filter param to Git loader (#2904) 2023-04-14 10:45:54 -07:00
conllu.conllu
facebook_chat.json Vwp/docs improved document loaders (#4006) 2023-05-02 15:24:53 -07:00
fake_conversations.json Add ChatGPT Data Loader (#3336) 2023-04-22 09:06:24 -07:00
fake_rule.toml Harrison/toml loader (#4090) 2023-05-03 23:14:39 -07:00
fake-content.html
fake-email.eml
fake-email.msg
fake-power-point.pptx
fake.docx
fake.odt feat: add loader for open office odt files (#4405) 2023-05-10 01:37:17 -07:00
layout-parser-paper.pdf
mlb_teams_2012.csv
notebook.ipynb
telegram.json
testing.enex
testmw_pages_current.xml Harrison/media wiki xml (#4072) 2023-05-03 20:45:33 -07:00
whatsapp_chat.txt WhatsApp document loader - update regex (#2776) 2023-04-13 09:48:32 -07:00