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"],}); Copy
const data = await trieve.recommendedGroups({ positive_group_ids: ["3c90c3cc-0d44-4b50-8888-8dd25736052a"],});
Optional
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: