find_similar
Find products similar to a given product using vector similarity. Returns up to 10 nearest neighbours by semantic meaning (title+description embedding). Useful for "more like this" recommendations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of similar products to return (1-10, default 10) | |
| product_id | Yes | UUID of the source product |