● Vector Save
A node used to Save data to vector storage for semantic search and retrieval.
Overview
Save data to vector storage for semantic search and retrieval.
When to Use
Use this node to store text data in vector databases for later semantic search and retrieval operations.
Parameters
- memoryId (required) - Memory collection identifier
- Example:
{{memory_id}}
- Example:
- input (required) - Text to save
- Example:
{{text_to_save}}
- Example:
- inputFull (optional) - Full context for the data
- Example:
{{full_context}}
- Example:
- title (optional) - Document title
- Example:
{{document_title}}
- Example:
Updated 10 days ago