Sid Uppal d659378d9b
Fix typos in ReadMe
Typo fix
2023-03-01 22:43:28 -08:00
..
2023-02-16 22:45:47 -08:00
2023-02-24 23:39:32 -08:00
2023-03-01 22:43:28 -08:00

DadJoke Loader

This loader fetches a joke from icanhazdadjoke.

Usage

To use this loader, load it.

from llama_index import download_loader

DadJokesReader = download_loader("DadJokesReader")

loader = DadJokesReader()
documents = loader.load_data()

This loader is designed to be used as a way to load data into LlamaIndex and/or subsequently used as a Tool in a LangChain Agent. See here for examples.