Function that allows you to recommendations of chunks similar to the positive samples in the request and dissimilar to the negative.
Example:
const data = await trieve.getRecommendedChunks({ positive_chunk_ids: [ "3c90c3cc-0d44-4b50-8888-8dd25736052a" ],}); Copy
const data = await trieve.getRecommendedChunks({ positive_chunk_ids: [ "3c90c3cc-0d44-4b50-8888-8dd25736052a" ],});
Optional
Function that allows you to recommendations of chunks similar to the positive samples in the request and dissimilar to the negative.
Example: