Goal
Implement prompt classification using embedding similarity.
Acceptance Criteria
- Reuse existing candle-binding embedding models
- Embedding similarity scoring
- Configurable thresholds per category (e.g. category A: 80%, category B: 60%)
- Support mean/max/any aggregation methods to find the best match
- Unit tests results
- Benchmark results