Expand description
Local embedding intent classifier.
Uses the existing VectorMatcher to embed skill descriptions and queries,
then ranks skills by cosine similarity — all on-device, no API calls.
Structs§
- Local
Embedding Classifier - On-device embedding classifier using
VectorMatcher.