Remove a chunk from a group. Auth’ed user or api key must be an admin or owner of the dataset’s organization to remove a chunk from a group.
Example:
const data = await trieve.removeChunkFromGroup({ chunk_id: "3c90c3cc-0d44-4b50-8888-8dd25736052a", groupId: "3c90c3cc-1d76-27198-8888-8dd25736052a"}); Copy
const data = await trieve.removeChunkFromGroup({ chunk_id: "3c90c3cc-0d44-4b50-8888-8dd25736052a", groupId: "3c90c3cc-1d76-27198-8888-8dd25736052a"});
Optional
Remove a chunk from a group. Auth’ed user or api key must be an admin or owner of the dataset’s organization to remove a chunk from a group.
Example: