CreateSchemaHNSWVectorField: CreateSchemaVectorField<VectorAlgorithms.HNSW, {
    EF_CONSTRUCTION?: number;
    EF_RUNTIME?: number;
    M?: number;
}>

Type declaration

  • Optional EF_CONSTRUCTION?: number
  • Optional EF_RUNTIME?: number
  • Optional M?: 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 HNSW schema vector field. It extends CreateSchemaVectorField with M, EF_CONSTRUCTION, and EF_RUNTIME properties.

Generated using TypeDoc