Function that allows you to fetch the top datasets for an organization
Example:
const data = await trieve.getTopDatasets({ organizationId: 123, type: "search"}); Copy
const data = await trieve.getTopDatasets({ organizationId: 123, type: "search"});
Optional
Function that allows you to fetch the top datasets for an organization
Example: