a_semantic_search
Find code by meaning using semantic understanding combined with exact text matching. Search with natural language queries like 'authentication logic' or 'database queries' to locate relevant snippets with file locations and line numbers.
Instructions
Performs intelligent hybrid code search combining semantic understanding with exact text matching. Ideal for finding code by meaning (e.g., 'authentication logic', 'database queries') even with typos or variations. Returns the most relevant code snippets with file locations and line numbers.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search query - can be natural language (e.g., 'where do we handle user login') or specific terms | |
| maxResults | No | Maximum number of results to return (default: from config) |