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