⚠️ Deprecated ⚠️

This feature is deprecated and will be removed in the future.

It is not recommended for use.

Install and import from the "@langchain/redis" integration package instead. Interface for the options when adding documents to the RedisVectorStore. It includes keys and batch size.

interface RedisAddOptions {
    batchSize?: number;
    keys?: string[];
}

Properties

Properties

batchSize?: number
keys?: string[]

Generated using TypeDoc