langchain/docs/extras/modules
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
..
agents Add missing word in comment (#6587) 2023-06-22 07:54:28 -07:00
callbacks Infino integration for simplified logs, metrics & search across LLM data & token usage (#6218) 2023-06-21 01:38:20 -07:00
chains openapi_openai docstring (#6661) 2023-06-23 11:38:33 -07:00
data_connection Recursive URL loader (#6455) 2023-06-23 13:09:00 -07:00
memory docs/fix links (#6498) 2023-06-20 14:06:50 -07:00
model_io Clarifai integration (#5954) 2023-06-22 08:00:15 -07:00
paul_graham_essay.txt Doc refactor (#6300) 2023-06-16 11:52:56 -07:00
state_of_the_union.txt Doc refactor (#6300) 2023-06-16 11:52:56 -07:00