biji_recall
Retrieve raw content snippets from a knowledge base by question, returning relevance-ranked results without AI processing.
Instructions
召回知识库原始内容片段,不经AI处理,返回相关度排序的结果列表
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kb | No | 知识库名称(可选,默认使用配置的默认知识库) | |
| top_k | No | 返回结果数量(可选,默认10) | |
| question | Yes | 搜索问题 | |
| intent_rewrite | No | 是否进行意图改写(可选,默认false) |