semantic_search_activities
Search past dev activities by conceptual meaning when keyword search returns no results. Finds similar entries in the local dev memory index and ranks them by vector similarity.
Instructions
Pure vector similarity search over activities. search_activities already blends this with keyword matching, so reach for this only when that returns nothing useful and the query is purely conceptual with no reliable keywords. Returns shallow rows ranked by similarity.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | ||
| limit | No | ||
| query | Yes | ||
| start | No |