Genkit JS API reference
    Preparing search index...

    Interface VertexRerankerPluginOptions

    interface VertexRerankerPluginOptions {
        googleAuth?: GoogleAuthOptions<JSONClient>;
        location?: string;
        projectId?: string;
    }
    Index

    Properties

    googleAuth?: GoogleAuthOptions<JSONClient>
    location?: string
    projectId?: string