Back to Llama Index

DadJoke Loader

llama-index-integrations/readers/llama-index-readers-dad-jokes/README.md

0.14.21410 B
Original Source

DadJoke Loader

bash
pip install llama-index-readers-dad-jokes

This loader fetches a joke from icanhazdadjoke.

Usage

To use this loader, load it.

python
from llama_index.readers.dad_jokes import DadJokesReader

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

This loader is designed to be used as a way to load data into LlamaIndex.