langchain/docs/modules
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
..
agents Small typo in custom_agent.ipynb (#2194) 2023-03-30 07:52:29 -07:00
chains fix link (#2123) 2023-03-28 22:51:36 -07:00
document_loaders/examples feat: document loader for epublications (#2202) 2023-03-30 20:45:31 -07:00
indexes feat: document loader for epublications (#2202) 2023-03-30 20:45:31 -07:00
memory fix memory docs (#2157) 2023-03-29 11:39:06 -07:00
models embedding docs (#2200) 2023-03-30 08:34:14 -07:00
prompts fix typo in chat_prompt_template docs (#2193) 2023-03-30 07:52:40 -07:00
agents.rst fix docs (#2017) 2023-03-26 20:50:36 -07:00
chains.rst big docs refactor (#1978) 2023-03-26 19:49:46 -07:00
indexes.rst big docs refactor (#1978) 2023-03-26 19:49:46 -07:00
memory.rst big docs refactor (#1978) 2023-03-26 19:49:46 -07:00
models.rst big docs refactor (#1978) 2023-03-26 19:49:46 -07:00
prompts.rst big docs refactor (#1978) 2023-03-26 19:49:46 -07:00
state_of_the_union.txt Docs refactor (#480) 2023-01-02 08:24:09 -08:00