Skip to content

Commit

Permalink
chore(js/plugins/vertexai): format
Browse files Browse the repository at this point in the history
  • Loading branch information
cabljac committed Oct 18, 2024
1 parent 4434fc7 commit fc3f8b1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions js/plugins/vertexai/src/reranker/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ export const vertexAIReranker: Plugin<[PluginOptions]> = genkitPlugin(
}

const rerankOptions = {
pluginOptions: options,
authClient,
projectId,
pluginOptions: options,
authClient,
projectId,
};

const rerankers = await vertexAiRerankers(rerankOptions);
Expand All @@ -57,4 +57,4 @@ export const vertexAIReranker: Plugin<[PluginOptions]> = genkitPlugin(
}
);

export default vertexAIReranker;
export default vertexAIReranker;

0 comments on commit fc3f8b1

Please sign in to comment.