UNPKG

@genkit-ai/vertexai

Version:

Genkit AI framework plugin for Google Cloud Vertex AI APIs including Gemini APIs, Imagen, and more.

9 lines 336 B
const DEFAULT_MODEL = "semantic-ranker-512@latest"; const getRerankEndpoint = (projectId, location) => { return `https://discoveryengine.googleapis.com/v1/projects/${projectId}/locations/${location}/rankingConfigs/default_ranking_config:rank`; }; export { DEFAULT_MODEL, getRerankEndpoint }; //# sourceMappingURL=constants.mjs.map