search_semantic
Search knowledge fragments semantically using natural language queries in any language. Retrieve raw content with similarity scores to explore what your knowledge base covers.
Instructions
Semantic search across knowledge fragments using embeddings. Supports natural language queries in any language.
Use this for exploring what the knowledge base covers or when you need raw fragment content with similarity scores. Prefer search_rag over this for answering user questions (it automatically summarizes lower-confidence results).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| topK | No | Max results to return (default: 10) | |
| query | Yes | Natural language search query | |
| output | No | 'inline' or 'file' | inline |
| threshold | No | Minimum similarity score (0-1). Default: 0.85 |