Skip to main content

Module search

Module search 

Source
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 ask subcommand
AuditArgs
Arguments for the audit subcommand
FindArgs
Arguments for the find subcommand
TimelineArgs
Arguments for the timeline subcommand
VecSearchArgs
Arguments for the vec-search subcommand
WhenArgs
Arguments for the when subcommand

Enums§

AdaptiveStrategyArg
Adaptive retrieval strategy
AskModeArg
Ask mode argument
AuditFormat
Audit output format
SearchMode
Search mode argument

Functions§

handle_ask
handle_audit
handle_find
handle_timeline
handle_vec_search
handle_when