semantic_search
Finds relevant artifact sections by computing query embeddings and returning the closest matches with path and line numbers.
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 |