From 060773c2ee4be59b5cffdb5bbd0fe4847f19fa2b Mon Sep 17 00:00:00 2001 From: Johnny Greco Date: Fri, 21 Nov 2025 17:39:15 -0500 Subject: [PATCH] small doc fixes (#67) --- README.md | 5 +---- docs/index.md | 4 ++-- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 99452246..85cd3351 100644 --- a/README.md +++ b/README.md @@ -48,8 +48,7 @@ export NVIDIA_API_KEY="your-api-key-here" export OPENAI_API_KEY="your-openai-api-key-here" ``` -### 3. Generate your first dataset - +### 3. Start generating data! ```python from data_designer.essentials import ( CategorySamplerParams, @@ -90,8 +89,6 @@ preview = data_designer.preview(config_builder=config_builder) preview.display_sample_record() ``` -**That's it!** You've created a dataset. - --- ## What's next? diff --git a/docs/index.md b/docs/index.md index 2f8edd2b..54e9d628 100644 --- a/docs/index.md +++ b/docs/index.md @@ -34,11 +34,11 @@ Data Designer helps you create datasets through an intuitive, **iterative** proc 3. **🔁 Preview** your results and iterate - Generate a preview dataset stored in memory for fast iteration - Inspect sample records and analysis results to refine your configuration - - Try for yourself by running the [tutorial notebooks](notebooks/intro.md) + - Try for yourself by running the [tutorial notebooks](notebooks/README.md) 4. **🖼️ Create** your dataset - Generate your full dataset and save results to disk - Access the generated dataset and associated artifacts for downstream use - - Give it a try by running the [tutorial notebooks](notebooks/intro.md) + - Give it a try by running the [tutorial notebooks](notebooks/README.md) ## Library and Microservice