Semantic Search
semantic_searchSearch notes by meaning, not just keywords. Finds conceptually related notes using embedding similarity, even when exact words don't match.
Instructions
Meaning-based search via embedding similarity (multilingual-e5-small) -- finds conceptually related notes even when they don't share the query's exact words, unlike search_notes' full-text matching. Lazily computes/caches embeddings on first use (up to 50 notes per call); if the vault isn't fully embedded yet, the response says how many notes remain and results may be incomplete until a later call finishes indexing them.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results (default 10). | |
| query | Yes | Free-text search query. | |
| folder | No | Optional vault-relative folder scope. |