weaviate-client
    Preparing search index...

    Type Alias TimeDecay

    type TimeDecay = {
        curve?: Curve;
        decay?: number;
        offset?: string;
        origin?: string;
        property: string;
        scale: string;
        type: "timeDecay";
    }
    Index

    Properties

    curve?: Curve
    decay?: number
    offset?: string
    origin?: string
    property: string
    scale: string
    type: "timeDecay"