Function that provides the ability to create a dataset. This function is used to create a new dataset in the organization.
Example:
const dataset = await trieve.createDataset({ dataset_name: "My Dataset",}); Copy
const dataset = await trieve.createDataset({ dataset_name: "My Dataset",});
Optional
Function that provides the ability to create a dataset. This function is used to create a new dataset in the organization.
Example: