Find answers from the community

Updated 2 months ago

Example for faithfulness evaluation not providing snippet for NYC Wikipedia page

Example (https://docs.llamaindex.ai/en/stable/examples/evaluation/faithfulness_eval/) not giving snippet to download NYC Wikipedia page. Is there any other example i can borrow that snippet from? thanks.
L
1 comment
Plain Text
pip install llama-index-readers-wikipedia


Plain Text
from llama_index.readers.wikipedia import WikipediaReader
documents = WikipediaReader().load_data(pages=["New York City"])
Add a reply
Sign up and join the conversation on Discord