search
Search semantically across all indexed codebases and documents to find similar content based on your query. Supports structured, readable, or summary output formats.
Instructions
Perform semantic search across all indexed content.
This function searches for content similar to the provided query across all indexed codebases and documents using vector similarity. The default output format is structured data for programmatic use.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search query text | |
| top_k | No | Maximum number of results to return (default: 5) | |
| display_format | No | Output format - 'structured' (default), 'readable', or 'summary' | structured |