Function to get the groups that a chunk is in.
Example:
const data = await trieve.getGroupsForChunks({ chunk_ids: ["3c90c3cc-0d44-4b50-8888-8dd25736052a"],}); Copy
const data = await trieve.getGroupsForChunks({ chunk_ids: ["3c90c3cc-0d44-4b50-8888-8dd25736052a"],});
Optional
Function to get the groups that a chunk is in.
Example: