import_memories
Batch import memory data into Project Tessera's workspace using JSON format to populate the vector store with tagged content for cross-session retrieval.
Instructions
Import memories from a JSON string (batch import). Format: [{"content": "...", "tags": ["..."], "source": "..."}]. Use export_memories to get the expected format.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes |