search_similar
Find past defect analyses with similar error signatures, root causes, or components using hybrid semantic and BM25 keyword matching. Narrow results by product, verdict, component, or error type to speed up triage.
Instructions
Hybrid semantic + keyword search for similar past defects in the KB.
Combines dense vector similarity with BM25 keyword matching via Reciprocal Rank Fusion. Use this at the start of a new triage to find historical defects with similar error signatures, root causes, or affected components. Optional filters narrow results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| top_k | No | ||
| product | No | ||
| verdict | No | ||
| component | No | ||
| error_type | No |