langchain/docs/extras
Lance Martin c2b25c17c5
Recursive URL loader (#6455)
We may want to process load all URLs under a root directory.

For example, let's look at the [LangChain JS
documentation](https://js.langchain.com/docs/).

This has many interesting child pages that we may want to read in bulk.

Of course, the `WebBaseLoader` can load a list of pages. 

But, the challenge is traversing the tree of child pages and actually
assembling that list!
 
We do this using the `RecusiveUrlLoader`.

This also gives us the flexibility to exclude some children (e.g., the
`api` directory with > 800 child pages).
2023-06-23 13:09:00 -07:00
..
_templates Doc refactor (#6300) 2023-06-16 11:52:56 -07:00
additional_resources Doc refactor (#6300) 2023-06-16 11:52:56 -07:00
ecosystem Add OpenLLM wrapper(#6578) 2023-06-22 01:18:14 -07:00
guides Add OpenLLM wrapper(#6578) 2023-06-22 01:18:14 -07:00
modules Recursive URL loader (#6455) 2023-06-23 13:09:00 -07:00
use_cases MD header text splitter returns Documents (#6571) 2023-06-22 09:25:38 -07:00