Supported Embedding Models
Vertexai
Vertex AI
To use Google Cloud’s Vertex AI for text embedding models, set the GOOGLE_APPLICATION_CREDENTIALS
environment variable to point to the path of your service account’s credentials JSON file. These credentials can be created in the Google Cloud Console.
Usage
Config
Here are the parameters available for configuring the Vertex AI embedder:
Parameter | Description | Default Value |
---|---|---|
model | The name of the Vertex AI embedding model to use | text-embedding-004 |
vertex_credentials_json | Path to the Google Cloud credentials JSON file | None |
embedding_dims | Dimensions of the embedding model | 256 |