Interface VectorStoreInMemoryInsertNodeParameters

Source
interface VectorStoreInMemoryInsertNodeParameters {
    clearStore?: boolean;
    memoryKey?: string;
}

Properties§

Source§

readonly clearStore?: boolean

Whether to clear the store before inserting new data

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"