Function that allows you to view the recommendation analytics for a dataset.
Example:
const data = await trieve.getRecommendationAnalytics({ filter: { date_range: { gt: "2021-01-01 00:00:00.000", gte: "2021-01-01 00:00:00.000", lt: "2021-01-01 00:00:00.000", lte: "2021-01-01 00:00:00.000", }, recommendation_type: "Chunk", }, page: 1, threshold: 123, type: "low_confidence_recommendations",}); Copy
const data = await trieve.getRecommendationAnalytics({ filter: { date_range: { gt: "2021-01-01 00:00:00.000", gte: "2021-01-01 00:00:00.000", lt: "2021-01-01 00:00:00.000", lte: "2021-01-01 00:00:00.000", }, recommendation_type: "Chunk", }, page: 1, threshold: 123, type: "low_confidence_recommendations",});
Optional
Function that allows you to view the recommendation analytics for a dataset.
Example: