store_memories_batch
Atomically store multiple memories in a single transaction to guarantee all-or-nothing consistency, then rebuild the index once for optimal search performance.
Instructions
Store multiple memories atomically in a single transaction, then rebuild the index once.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| memories | Yes | A list of memories, each containing 'content', and optional 'idempotency_key' and 'metadata'. |