add_memory
Add episodes or memories to a Neo4j knowledge graph with automatic entity extraction. Store text, messages, or JSON data for organizing and querying information.
Instructions
Add an episode/memory to the knowledge graph. This is the primary way to add information.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the episode | |
| episode_body | Yes | Content of the episode (text, message, or JSON) | |
| group_id | No | Optional group ID for organizing data | |
| source | No | Source type (default: text) | |
| source_description | No | Optional description of the source |