recall_knowledge
Search and retrieve relevant information from a specific knowledge base using semantic queries. Returns results ranked by relevance to help users find stored knowledge efficiently.
Instructions
知识库语义搜索:在指定知识库范围内进行语义召回。适用场景:「在我的 XX 知识库搜一下 XX」。返回结果按相关度从高到低排序。需要 note.topic.recall.read scope。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| topic_id | Yes | 知识库 ID(alias id,来自 list_topics 的 id 字段)(必填) | |
| query | Yes | 搜索关键词或语义描述(必填) | |
| top_k | No | 返回数量,默认 3,最大 10 |