SongGuess
    Preparing search index...

    Use the standalone AI Search Workers binding instead. See https://developers.cloudflare.com/ai-search/usage/workers-binding/

    type AutoRagSearchRequest = {
        filters?: CompoundFilter | ComparisonFilter;
        max_num_results?: number;
        query: string;
        ranking_options?: { ranker?: string; score_threshold?: number };
        reranking?: { enabled?: boolean; model?: string };
        rewrite_query?: boolean;
    }
    Index

    Properties

    max_num_results?: number
    query: string
    ranking_options?: { ranker?: string; score_threshold?: number }
    reranking?: { enabled?: boolean; model?: string }
    rewrite_query?: boolean