langchain/docs
Matt Robinson 3dfe1cf60e
feat: document loader for epublications (#2202)
### Summary

Adds a new document loader for processing e-publications. Works with
`unstructured>=0.5.4`. You need to have
[`pandoc`](https://pandoc.org/installing.html) installed for this loader
to work.

### Testing

```python
from langchain.document_loaders import UnstructuredEPubLoader

loader = UnstructuredEPubLoader("winter-sports.epub", mode="elements")
data = loader.load()
data[0]
```
2023-03-30 20:45:31 -07:00
..
_static docs: increase width (#1049) 2023-02-15 23:07:01 -08:00
ecosystem feat: document loader for epublications (#2202) 2023-03-30 20:45:31 -07:00
getting_started Fixed 1 missing line in getting_started.md (#2107) 2023-03-28 15:03:28 -07:00
modules feat: document loader for epublications (#2202) 2023-03-30 20:45:31 -07:00
reference Harrison/deeplake (#1316) 2023-02-26 22:35:04 -08:00
tracing tracing improvements to docs (#1947) 2023-03-23 19:00:18 -07:00
use_cases Harrison/site map (#2061) 2023-03-27 16:28:08 -07:00
conf.py Corrects copyright year (#1762) 2023-03-18 19:55:05 -07:00
deployments.md docs(deployment): add langchain-serve (#2006) 2023-03-27 23:32:04 -07:00
ecosystem.rst Docs refactor (#480) 2023-01-02 08:24:09 -08:00
gallery.rst docs: update gpt index references to LlamaIndex (#1856) 2023-03-21 22:01:05 -07:00
glossary.md big docs refactor (#1978) 2023-03-26 19:49:46 -07:00
index.rst small nit on index page (#2018) 2023-03-27 00:15:24 -04: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 Feature: linkcheck-action (#534) (#542) 2023-01-04 21:39:50 -08:00
requirements.txt Harrison/docs reqs (#2199) 2023-03-30 08:20:30 -07:00
tracing.md Harrison/tracing docs (#806) 2023-01-29 20:49:35 -08:00