memvid_put_many
Batch add multiple files from a directory to memory with progress tracking, recursive options, and parallel processing capabilities.
Instructions
Batch add multiple files from a directory with progress tracking
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | Path to the .mv2 memory file | |
| input | Yes | Input directory path | |
| recursive | No | Include subdirectories recursively | |
| parallel | No | Enable parallel processing | |
| batch_size | No | Batch size for commits |