search
Search your markdown notes using semantic similarity, retrieving ranked articles with relevance scores.
Instructions
Semantic search across the knowledge base.
Returns up to limit articles ranked by similarity, each with key, content,
similarity (0-1, higher is better), and source file path.
Low-relevance results are automatically filtered out.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |