concept_search
Search code by behavior instead of spelling. Uses a local embedding model to match code concepts offline, so you can find the relevant functions even when the exact names are unknown.
Instructions
Search code by behavior rather than spelling using an optional local embedding model. Search is offline-only and never downloads implicitly; install the concept-search extra and run lachesis concept-model download.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| model | No | BAAI/bge-small-en-v1.5 | |
| query | Yes | ||
| format | No | text (compact, default) | json (structured result page) | |
| offset | No | ||
| min_score | No |