Expand description
Data operation command handlers (put, update, delete, api-fetch).
Focused on ingesting files/bytes into .mv2 memories, updating/deleting frames,
and fetching remote content. Keeps ingestion flags and capacity checks consistent
with the core engine while presenting concise CLI output.
Structs§
- ApiFetch
Args - Arguments for the
api-fetchsubcommand - Audio
Analyze Options - Delete
Args - Arguments for the
deletesubcommand - Extraction
Summary - File
Analysis - Lock
CliArgs - Lock-related CLI arguments (shared across commands)
- PutArgs
- Arguments for the
putsubcommand - PutMany
Args - Arguments for the
put-manysubcommand - PutMany
Batch - Batch input format (array of requests)
- PutMany
Request - JSON input format for put-many requests
- Update
Args - Arguments for the
updatesubcommand
Functions§
- analyze_
file - derive_
video_ uri - handle_
api_ fetch - Handler for
memvid api-fetch - handle_
delete - Handler for
memvid delete - handle_
put - handle_
put_ many - handle_
update - parse_
key_ val - Parse key=value pairs for tags