semantic_search
Find relevant code sections by semantic similarity. Computes query embeddings, then returns top matches with exact path, section name, line numbers, and distance.
Instructions
[ARTIFACT TOOLS] Perform semantic search on artifact sections. Calculates embeddings vector for the query and searches top results by distance. Returns the path, section name, line numbers, and distance.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results | |
| query | Yes | Search text | |
| project | Yes | Project name |