interface VectorStoreInMemoryInsertNodeParameters { clearStore?: boolean; memoryKey?: string;}
Whether to clear the store before inserting new data
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