Skip to main content

Module local_embedding

Module local_embedding 

Source
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§

LocalEmbeddingClassifier
On-device embedding classifier using VectorMatcher.