langchain/docs/modules/document_loaders
Dennis Antela Martinez 23243ae69c
add gitbook document loader (#1180)
Added a GitBook document loader. It lets you both, (1) fetch text from
any single GitBook page, or (2) fetch all relative paths and return
their respective content in Documents.

I've modified the `scrape` method in the `WebBaseLoader` to accept
custom web paths if given, but happy to remove it and move that logic
into the `GitbookLoader` itself.
2023-02-20 20:05:04 -08:00
..
examples add gitbook document loader (#1180) 2023-02-20 20:05:04 -08:00
how_to_guides.rst add gitbook document loader (#1180) 2023-02-20 20:05:04 -08:00
key_concepts.md Harrison/unstructured support (#903) 2023-02-05 23:02:07 -08:00