semantic_search
Search artifact sections using semantic similarity. Enter a query to retrieve relevant code sections with paths 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 |