SongGuess
    Preparing search index...

    Metadata about an existing index.

    interface VectorizeIndexInfo {
        dimensions: number;
        processedUpToDatetime: number;
        processedUpToMutation: number;
        vectorCount: number;
    }
    Index

    Properties

    dimensions: number

    Number of dimensions the index has been configured for.

    processedUpToDatetime: number

    ISO 8601 datetime of the last processed mutation on in the index. All changes before this mutation will be reflected in the index state.

    processedUpToMutation: number

    UUIDv4 of the last mutation processed by the index. All changes before this mutation will be reflected in the index state.

    vectorCount: number

    The number of records containing vectors within the index.