find_similar_entities
Identify semantically similar entities in a knowledge graph by comparing embeddings, enabling discovery of related concepts and connections.
Instructions
Find entities similar to a given entity using semantic similarity. Requires embedding provider.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entityName | Yes | Name of entity to find similar entities for | |
| limit | No | Maximum number of results (default: 10, max: 100) | |
| minSimilarity | No | Minimum similarity score threshold (0.0-1.0, default: 0) |