find_similar_entities
Find entities semantically similar to a given entity, with optional limit and similarity threshold.
Instructions
Find entities similar to a given entity using semantic similarity. Requires embedding provider.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of results (default: 10, max: 100) | |
| entityName | Yes | Name of entity to find similar entities for | |
| minSimilarity | No | Minimum similarity score threshold (0.0-1.0, default: 0) |