Add a chunk to a group. 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.addChunkToGroup({ chunk_id: "3c90c3cc-0d44-4b50-8888-8dd25736052a",}); Copy
const data = await trieve.addChunkToGroup({ chunk_id: "3c90c3cc-0d44-4b50-8888-8dd25736052a",});
Optional
Add a chunk to a group. 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: