@karmaniverous/jeeves-watcher
    Preparing search index...

    Interface CollectionInfo

    Collection stats and payload schema information.

    interface CollectionInfo {
        dimensions: number;
        payloadFields: Record<string, PayloadFieldSchema>;
        pointCount: number;
    }
    Index

    Properties

    dimensions: number

    Vector dimensions for the collection's configured vector params.

    payloadFields: Record<string, PayloadFieldSchema>

    Payload field schema keyed by field name.

    pointCount: number

    Total number of points in the collection.