DatasetService contains methods and other services that help with interacting.
type DatasetService structDatasetService contains methods and other services that help with interacting with the langChain API.
Note, unlike clients, this service does not read variables from the environment automatically. You should not instantiate this service directly, and instead use the [NewDatasetService] method instead.
Create a new dataset.
Get a specific dataset.
Update a specific dataset.
Get all datasets by query params and owner.
Get all datasets by query params and owner.
Delete a specific dataset.
Clone a dataset.
Download a dataset as CSV format.
Download a dataset as CSV format.
Download a dataset as OpenAI Evals Jsonl format.
Download a dataset as OpenAI Jsonl format.
Get dataset version by as_of or exact tag.
Set a tag on a dataset version.
Create a new dataset from a CSV or JSONL file.