Automatically classify testimonials as positive, neutral, or negative with a confidence score. Useful for filtering and for surfacing the best testimonials.
Two approaches to consider: local inference with candle (no external dependencies, works for self-host) or LLM API call (simpler, better accuracy, requires API key).
Should run automatically on new testimonials and be triggerable manually via POST /api/v1/testimonials/{id}/sentiment.
Automatically classify testimonials as positive, neutral, or negative with a confidence score. Useful for filtering and for surfacing the best testimonials.
Two approaches to consider: local inference with candle (no external dependencies, works for self-host) or LLM API call (simpler, better accuracy, requires API key).
Should run automatically on new testimonials and be triggerable manually via POST /api/v1/testimonials/{id}/sentiment.