Member Junction
    Preparing search index...
    interface VectorIndexInfo {
        dimension: number;
        metric: string;
        name: string;
    }
    Index

    Properties

    Properties

    dimension: number

    Number of dimensions for vectors in this index

    metric: string

    Distance metric used

    name: string

    Name of the index