memvid_ask
Ask questions about memory files using retrieval-augmented generation to get answers from stored content with configurable search modes.
Instructions
Ask a question using RAG (Retrieval-Augmented Generation)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | Path to the .mv2 memory file | |
| question | Yes | Question to ask | |
| top_k | No | Number of context documents to retrieve | |
| context_only | No | Return only the retrieved context without synthesis | |
| mode | No | Search mode: hybrid (default), lex (lexical), sem (semantic) | hybrid |