• Add a chunk to a group by tracking id. One of chunk_id or chunk_tracking_id must be provided. Auth’ed user or api key must have an admin or owner role for the specified dataset’s organization.

    Example:

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

    Parameters

    Returns Promise<void>