Interface VectorStoreInMemoryLoadNodeParameters

Source
interface VectorStoreInMemoryLoadNodeParameters {
    memoryKey?: string;
}

Properties§

Source§

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"