save-memory
Store content in a vector database for semantic search and retrieval using natural language queries. Save text with unique identifiers to enable similarity-based information lookup.
Instructions
Save content to vector database
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | The content to store | |
| parentPath | No | Path of the parent content (if applicable) | |
| path | Yes | Unique identifier path for the content | |
| source | No | Source of the content | |
| type | No | Content type (e.g., 'markdown') |