CreateSchemaFlatVectorField: CreateSchemaVectorField<VectorAlgorithms.FLAT, {
    BLOCK_SIZE?: number;
}>

Type declaration

  • Optional BLOCK_SIZE?: number

⚠️ 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. Type for creating a flat schema vector field. It extends CreateSchemaVectorField with a block size property.

Generated using TypeDoc