vector_store_vector_search
Search vector stores to find nearest neighbors using cosine, euclidean, or dot metrics. Returns sorted results with IDs, scores, and metadata for similarity matching in AI applications.
Instructions
[vector_store] Find nearest neighbours. metric: cosine|euclidean|dot. Returns [{id, score, metadata}] sorted by score.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| query | Yes | ||
| top_k | No | ||
| metric | No | ||
| threshold | No |