weaviate-client
    Preparing search index...

    Type Alias RQConfigUpdate

    type RQConfigUpdate = {
        bit?: number;
        rescoreLimit?: number;
        type: "rq";
    }
    Index

    Properties

    bit?: number
    rescoreLimit?: number
    type: "rq"