kb_search
Search indexed knowledge using natural-language queries to retrieve relevant documentation, concepts, and build targets. Filter by source and adjust top-k to refine results.
Instructions
Semantic search across indexed knowledge.
Args:
query: Natural-language question or keyword phrase.
source: Optional source name (see kb_list_sources) to filter
results. If omitted, searches every configured collection.
top_k: Maximum hits to return per collection.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| top_k | No | ||
| source | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||