Expand description
Search & retrieval command handlers (find, vec-search, ask, timeline, when).
Responsibilities:
- Parse CLI arguments for search/RAG/timeline.
- Call into memvid-core search/ask APIs and present results in JSON or human form.
- Keep user-facing errors friendly and deterministic (no panics on malformed flags).
Structs§
- AskArgs
- Arguments for the
asksubcommand - Audit
Args - Arguments for the
auditsubcommand - Find
Args - Arguments for the
findsubcommand - Timeline
Args - Arguments for the
timelinesubcommand - VecSearch
Args - Arguments for the
vec-searchsubcommand - When
Args - Arguments for the
whensubcommand
Enums§
- Adaptive
Strategy Arg - Adaptive retrieval strategy
- AskMode
Arg - Ask mode argument
- Audit
Format - Audit output format
- Search
Mode - Search mode argument