Skip to content

Commit 7eab0c8

Browse files
committed
update doctstring
1 parent 6e6efc0 commit 7eab0c8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/data_designer/config/config_builder.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -568,7 +568,8 @@ def with_seed_dataset(
568568
569569
This method sets the seed dataset for the configuration and automatically creates
570570
SeedDatasetColumnConfig objects for each column found in the dataset. The column
571-
names are fetched from the dataset source (Hugging Face Hub or NeMo Microservices Datastore).
571+
names are fetched from the dataset source, which can be the Hugging Face Hub, the
572+
NeMo Microservices Datastore, or in the case of direct library usage, a local file.
572573
573574
Args:
574575
dataset_reference: Seed dataset reference for fetching from the datastore.

0 commit comments

Comments
 (0)