Function that provides the ability to update a dataset. This function is used to update an existing dataset in the organization by ID or Tracking ID.
Example:
const dataset = await trieve.updateDataset({ tracking_id: "123456", dataset_name: "change to this name",}); Copy
const dataset = await trieve.updateDataset({ tracking_id: "123456", dataset_name: "change to this name",});
Optional
Function that provides the ability to update a dataset. This function is used to update an existing dataset in the organization by ID or Tracking ID.
Example: