Ranking options for search.

interface RankingOptions {
    ranker?: "auto" | "default-2024-11-15";
    score_threshold?: number;
}

Properties

ranker?: "auto" | "default-2024-11-15"
score_threshold?: number