Expand description
The skill index: skill metadata plus the description embedding, persisted to disk and reused incrementally (re-embed only entries whose content hash or the embedding model changed).
Structs§
Functions§
- build
- Build (or incrementally refresh) the index for
skillsusingembedder. Entries inprevwith a matching id+hash and the same model are reused; the rest are embedded in one batch.