semantic_search
Find relevant notes and files using natural language queries, even when exact words don't match.
Instructions
Search personal notes and files by semantic meaning.
Uses vector embeddings to find content related to your query, even if the exact words don't match. For example, searching "project deadlines" will find notes about "due dates" or "milestones".
Args: query: Natural language description of what you're looking for. top_k: Number of results to return (1-20, default 5).
Returns: JSON string with ranked search results and relevance scores.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| top_k | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |