interface VectorStoreInMemoryInsertNodeParameters { clearStore?: boolean; memoryKey?: string;}
readonly clearStore?: boolean
Whether to clear the store before inserting new data
readonly memoryKey?: string
The key to use to store the vector memory in the workflow data. The key will be prefixed with the workflow ID to avoid collisions. Default: "vector_store_key"
Whether to clear the store before inserting new data