langchain/docs
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
..
_static docs: Mendable Fixes and Improvements (#4184) 2023-05-05 13:04:24 -07:00
ecosystem feat: add Unstructured API loaders (#3906) 2023-05-01 20:37:35 -07:00
getting_started Simplify HumanMessages in the quick start guide (#4026) 2023-05-03 22:45:03 -07:00
modules feat: add loader for open office odt files (#4405) 2023-05-10 01:37:17 -07:00
reference Move Generative Agent definition to Experimental (#3245) 2023-04-23 18:32:37 -07:00
tracing Callbacks Refactor [base] (#3256) 2023-04-30 11:14:09 -07:00
use_cases fix: remove unnecessary line of code (#4408) 2023-05-09 10:35:09 -07:00
conf.py docs: Mendable Search integration (#2803) 2023-04-13 21:52:25 -07:00
deployments.md Fixed some typos on deployment.md (#3652) 2023-04-27 13:01:24 -07:00
ecosystem.rst added integration links to the ecosystem.rst (#3453) 2023-04-24 12:17:44 -07:00
gallery.rst docs: added a link to the Google Scholar articles (#4007) 2023-05-03 21:54:44 -07:00
glossary.md big docs refactor (#1978) 2023-03-26 19:49:46 -07:00
index.rst Callbacks Refactor [base] (#3256) 2023-04-30 11:14:09 -07:00
make.bat initial commit 2022-10-24 14:51:15 -07:00
Makefile Feature: linkcheck-action (#534) (#542) 2023-01-04 21:39:50 -08:00
model_laboratory.ipynb big docs refactor (#1978) 2023-03-26 19:49:46 -07:00
reference.rst Move Generative Agent definition to Experimental (#3245) 2023-04-23 18:32:37 -07:00
requirements.txt Harrison/docs reqs (#2199) 2023-03-30 08:20:30 -07:00
tracing.md Callbacks Refactor [base] (#3256) 2023-04-30 11:14:09 -07:00
youtube.md updated YouTube links (#3916) 2023-05-01 20:39:59 -07:00