kb_search
Semantic search across a project's knowledge base. Use natural language queries to retrieve top matching chunks with source and score, with optional metadata filtering.
Instructions
Semantic search across a project's KB. Write the query in natural language (the same language as the documents). Optionally scope to one KB or filter by metadata. Returns the top matching chunks with their source + score.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| config | No | ||
| project_id | Yes | ||
| max_results | No | ||
| collection_id | No | ||
| metadata_filter | No |