Skip to content

Commit a871fc6

Browse files
committed
updated docs
1 parent c0654e3 commit a871fc6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/docs/confident-ai-evaluation-dataset-management.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Alternatively, you can also choose to upload entire datasets from CSV files. Sim
3232

3333
## Push Your Dataset Using DeepEval
3434

35-
Pushing an `EvaluationDataset` on Confident using `deepeval` is a two-step process:
35+
Pushing an `EvaluationDataset` on Confident using `deepeval` is simply:
3636

3737
1. Create a dataset locally (same as how you would create a dataset as shown in the [datasets section](evaluation-datasets)).
3838
2. Populate it with `Golden`s.
@@ -88,7 +88,7 @@ for datapoint in original_dataset:
8888
dataset = EvaluationDataset(goldens=goldens)
8989
```
9090

91-
### Push Dataset to Confident AI
91+
### Push Goldens to Confident AI
9292

9393
After creating your `EvaluationDataset`, all you have to do is push it to Confident by providing an `alias` as an unique identifier. When you push an `EvaluationDataset`, the data is being uploaded as `Golden`s, **NOT** `LLMTestCase`s:
9494

0 commit comments

Comments
 (0)