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

Function recommendedGroups

  • recommendedGroups(data, signal?): Promise<RecommendGroupsResponseBody>
  • Function to get recommended groups. This route will return groups which are similar to the groups in the request body. You must provide at least one positive group id or group tracking id.

    Example:

    const data = await trieve.recommendedGroups({
    positive_group_ids: ["3c90c3cc-0d44-4b50-8888-8dd25736052a"],
    });

    Parameters

    • data: RecommendGroupsReqPayload
    • Optionalsignal: AbortSignal

    Returns Promise<RecommendGroupsResponseBody>

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

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.