The ranking options for the file search.

interface RankingOptions {
    ranker: "default_2024_08_21";
    score_threshold: number;
}

Properties

ranker: "default_2024_08_21"

The ranker used for the file search.

score_threshold: number

The score threshold for the file search. All values must be a floating point number between 0 and 1.