Github
  • Preparing search index...
  • The search index is not available
Trieve Typescript SDK - v0.0.97
  • Trieve Typescript SDK
  • Group Methods
  • getGroupsForDataset

Function getGroupsForDataset

  • getGroupsForDataset(data, signal?): Promise<GroupData>
  • Fetch the groups which belong to a dataset specified by its id.

    Example:

    const data = await trieve.getGroupsForDataset({
    page: 1
    });

    Parameters

    • data: Omit<Omit<GetGroupsForDatasetData, "datasetId">, "trDataset">
    • Optionalsignal: AbortSignal

    Returns Promise<GroupData>

    • Defined in clients/ts-sdk/src/functions/groups/index.ts:523

Settings

Member Visibility
Github
Trieve Typescript SDK - v0.0.97
  • Loading...

Generated using TypeDoc

Please reach out if you'd like assistance; we are responsive! Contact humans@trieve.ai or see trieve.ai for links to Discord and Matrix.