@squidcloud/client
    Preparing search index...

    Interface AiHybridSearchWeights

    Per-pipeline weights for native hybrid fusion. Sub-keys mirror the $rankFusion pipeline names.

    interface AiHybridSearchWeights {
        keyword?: number;
        vector?: number;
    }
    Index

    Properties

    Properties

    keyword?: number

    Weight for the BM25 keyword sub-pipeline. Defaults to 1.

    vector?: number

    Weight for the dense vector sub-pipeline. Defaults to 1.