langchain.js
    Preparing search index...

    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[];
    }
    Index

    Properties

    Properties

    batchSize?: number
    keys?: string[]