get_embedding_neighbors
Find nearest neighbors for a given embedding vector to run custom similarity searches. Adjust result count and similarity threshold to identify relevant items from your vault.
Instructions
Find nearest neighbors for a given embedding vector. Useful for custom similarity searches.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| k | No | Number of neighbors to return, default 10 | |
| threshold | No | Similarity threshold (0-1), default 0.5 | |
| embedding_vector | Yes | 384-dimensional embedding vector |