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

Update evaluating_with_llamadatasets.md (#10370)

fix type
parent 96b611b6
No related branches found
No related tags found
No related merge requests found
...@@ -28,7 +28,7 @@ from llama_index.llama_dataset import ( ...@@ -28,7 +28,7 @@ from llama_index.llama_dataset import (
example1 = LabelledRagDataExample( example1 = LabelledRagDataExample(
query="This is some user query.", query="This is some user query.",
query_by=CreatedBy(type=CreateByType.HUMAN), query_by=CreatedBy(type=CreatedByType.HUMAN),
reference_answer="This is a reference answer. Otherwise known as ground-truth answer.", reference_answer="This is a reference answer. Otherwise known as ground-truth answer.",
reference_contexts=[ reference_contexts=[
"This is a list", "This is a list",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment