Interface RerankServiceOptions

interface RerankServiceOptions {
    authentication?: Record<string, unknown>;
    modelName: string;
    parameters?: Record<string, unknown>;
    provider: string;
}

Properties

authentication?: Record<string, unknown>
modelName: string
parameters?: Record<string, unknown>
provider: string