interface VectorStoreInMemoryLoadNodeParameters { 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"
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"