recall
Search all notes using semantic matching to find relevant content based on keywords or descriptions. Returns ranked results for efficient information retrieval.
Instructions
全局语义搜索:在所有笔记中进行语义召回。适用场景:「搜一下」「找找我哪些笔记提到了 XX」。返回结果按相关度从高到低排序。需要 note.recall.read scope。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | 搜索关键词或语义描述(必填) | |
| top_k | No | 返回数量,默认 3,最大 10 |