memvid_vec_search
Perform semantic similarity searches on memory files to find relevant content based on vector-based matching of query meaning.
Instructions
Vector-only similarity search (semantic search)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | Path to the .mv2 memory file | |
| query | Yes | Search query text | |
| limit | No | Maximum number of results to return |