semantic_search
Search indexed local files by semantic meaning using Intel NPU embeddings, with optional cross-encoder reranking for improved relevance.
Instructions
Search indexed local files by meaning using Intel NPU embeddings.
When the optional reranker model is installed, the top passages are re-scored
by a cross-encoder and each hit gains a rerank_score. That score is an
unbounded logit, not a cosine, so do not compare it against score. Pass
rerank=false to skip the extra second of work.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| root | No | ||
| limit | No | ||
| query | Yes | ||
| rerank | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |