Interface RedisAddOptions

Interface for the options when adding documents to the RedisVectorStore. It includes keys and batch size.

Hierarchy

  • RedisAddOptions

Properties

Properties

batchSize?: number
keys?: string[]

Generated using TypeDoc