Type alias VectorizeIndexConfig

VectorizeIndexConfig: {
    dimensions: number;
    metric: VectorizeDistanceMetric;
} | {
    preset: string;
}

Information about the configuration of an index.

Type declaration

Type declaration

  • preset: string