search_vector_knowledge
Retrieve original indexed passages from a DeepTutor knowledge base by query. Returns matching source passages without generating a synthesized answer.
Instructions
Retrieve original indexed passages from one DeepTutor LlamaIndex knowledge base. Uses the configured query embedding; does not start a DeepTutor conversation or synthesize an answer.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search question or phrase, up to 1000 characters | |
| top_k | No | Maximum passages; default 5 | |
| kb_name | Yes | Knowledge base name from list_knowledge_bases |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes | 原始 DeepTutor 工具返回值;其具体字段由对应 DeepTutor API 决定。 |