Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions specification/_doc_ids/table.csv
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,7 @@ get-transform,https://www.elastic.co/docs/api/doc/elasticsearch/operation/operat
get-trial-status,https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-license-get-trial-status,https://www.elastic.co/guide/en/elasticsearch/reference/8.18/get-trial-status.html,
googlevertexai-locations,https://cloud.google.com/vertex-ai/generative-ai/docs/learn/locations,,
googlevertexai-models,https://cloud.google.com/vertex-ai/generative-ai/docs/model-reference/text-embeddings-api,,
googlevertexai-output-dimensionality,https://cloud.google.com/vertex-ai/generative-ai/docs/embeddings/get-text-embeddings,,
googlevertexai-thinking,https://ai.google.dev/gemini-api/docs/thinking#set-budget,,
googleaistudio-models,https://ai.google.dev/gemini-api/docs/models,,
graph,https://www.elastic.co/docs/explore-analyze/visualize/graph,,
Expand Down
7 changes: 7 additions & 0 deletions specification/inference/_types/CommonTypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1366,6 +1366,13 @@ export class GoogleVertexAIServiceSettings {
* A valid service account in JSON format for the Google Vertex AI API.
*/
service_account_json: string
/**
* For a `text_embedding` task, the number of dimensions the resulting output embeddings should have.
* By default, the model's standard output dimension is used.
* Refer to the Google documentation for more information.
* @ext_doc_id googlevertexai-output-dimensionality
*/
dimensions?: integer
}

export class GoogleVertexAITaskSettings {
Expand Down