In the given model configuration snippet:
"model_config": {
"model_name": "gcp/embedding-gecko-001",
"access_token": "your_gcp_access_token",
"refresh_token": "your_gcp_refresh_token",
"client_id": "your_gcp_app_client_id",
"client_secret": "your_gcp_client_secret",
"project_id": "your_gcp_project_id"
}
Where to obtain or generate for "client_id" and "client_secret" for a GCP (Google Cloud Platform) application?
Additionally, any specific considerations or permissions required for the GCP project in relation to these parameters would be helpful.
To set up Google OAuth, use the Google Cloud Console GUI.
Read the following document to understand the application type that you select.
Using OAuth 2.0 to Access Google APIs