Skip to content
Snippets Groups Projects
Unverified Commit 7d9b24cc authored by Yotam Perlitz's avatar Yotam Perlitz Committed by GitHub
Browse files

Update evaluating_with_llamadatasets.md (#10371)

fix typo
parent f2e12da2
No related branches found
No related tags found
No related merge requests found
......@@ -118,10 +118,10 @@ llamaindex-cli download-llamadataset PaulGrahamEssayDataset --download-dir ./dat
```python
# using python
from llama_index.llama_datasets import download_llama_datasets
from llama_index.llama_dataset import download_llama_dataset
# a LabelledRagDataset and a list of source Document's
rag_dataset, documents = download_llama_datasets(
rag_dataset, documents = download_llama_dataset(
"PaulGrahamEssayDataset", "./data"
)
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment