weaviate-client
    Preparing search index...

    Type Alias BQConfig

    type BQConfig = {
        cache: boolean;
        rescoreLimit: number;
        type: "bq";
    }
    Index

    Properties

    cache: boolean
    rescoreLimit: number
    type: "bq"