search
Find relevant file content by querying indexed files with hybrid full-text and vector retrieval; returns top chunks, paths, offsets, and snippets without blocking on indexing.
Instructions
Hybrid full-text + vector search over the indexed filesystem. Returns the top-k most relevant chunks with their file path, character offset range, and a snippet of text. Does NOT block on background indexing by default; immediately searches what is currently available and reports index completeness. Set wait_for_indexing=True to explicitly wait until thorough indexing finishes. Set compact=True to omit large chunk text and preserve context budget.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| alpha | No | ||
| fuzzy | No | ||
| query | Yes | ||
| top_k | No | ||
| rerank | No | ||
| compact | No | ||
| path_glob | No | ||
| wait_for_indexing | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||