langchain/docs
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
..
api_reference Doc refactor (#6300) 2023-06-16 11:52:56 -07:00
docs_skeleton Update index.mdx (#6326) 2023-06-20 21:40:20 -07:00
extras Recursive URL loader (#6455) 2023-06-23 13:09:00 -07:00
snippets Documentation Fix: Correct the example code output in the prompt templates doc (#6496) 2023-06-20 17:21:09 -07:00
.local_build.sh Harrison/deeplake new features (#6263) 2023-06-16 17:53:55 -07:00
requirements.txt Doc refactor (#6300) 2023-06-16 11:52:56 -07:00