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

Function getGroup

  • getGroup(data, signal?): Promise<ChunkGroupAndFileId>
  • Fetch the group with the given id. get_group

    Example:

    const data = await trieve.getGroup({
    groupId: "3c90c3cc-1d76-27198-8888-8dd25736052a"
    });

    Parameters

    • data: Omit<GetChunkGroupData, "trDataset">
    • Optionalsignal: AbortSignal

    Returns Promise<ChunkGroupAndFileId>

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

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.