Function that allows you to rate a RAG query.
Example:
const data = await trieve.rateRagQuery({ query_id: 123, rating: 1,}); Copy
const data = await trieve.rateRagQuery({ query_id: 123, rating: 1,});
Optional
Function that allows you to rate a RAG query.
Example: