Files
langchain/docs/modules
Tim Asp b3234bf3b0 cleanup: unify 3 different pdf loaders, rename PagedPDFSplitter (#1615)
`OnlinePDFLoader` and `PagedPDFSplitter` lived separate from the rest of
the pdf loaders.

Because they're all similar, I propose moving all to `pdy.py` and the
same docs/examples page.

Additionally, `PagedPDFSplitter` naming doesn't match the pattern the
rest of the loaders follow, so I renamed to `PyPDFLoader` and had it
inherit from `BasePDFLoader` so it can now load from remote file
sources.
2023-03-13 23:06:50 -07:00
..
2023-03-08 21:24:27 -08:00
2023-03-11 16:41:03 -08:00
2023-03-06 08:34:24 -08:00
2023-03-13 15:52:35 -07:00
2023-03-06 08:34:24 -08:00
2023-02-19 23:14:50 -08:00
2023-03-07 07:59:37 -08:00
2023-01-02 08:24:09 -08:00