memvid_find
Search memory files using hybrid, lexical, or vector methods to retrieve relevant information from stored data.
Instructions
Search in a memory file using hybrid, lexical, or vector search
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | Path to the .mv2 memory file | |
| query | Yes | Search query text | |
| mode | No | Search mode: hybrid (default), lex (lexical), vec (vector) | hybrid |
| limit | No | Maximum number of results to return | |
| uri | No | Filter results by exact URI match | |
| scope | No | Filter results by URI prefix (scope) |