Skip to content

Commit d08bfe4

Browse files
authored
docs(genai): Update quickstart_example.py to use us-east4 as default region (#13577)
1 parent fa4978b commit d08bfe4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generative_ai/rag/quickstart_example.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def quickstart(
3939
# paths = ["https://drive.google.com/file/d/123", "gs://my_bucket/my_files_dir"] # Supports Google Cloud Storage and Google Drive Links
4040

4141
# Initialize Vertex AI API once per session
42-
vertexai.init(project=PROJECT_ID, location="us-central1")
42+
vertexai.init(project=PROJECT_ID, location="us-east4")
4343

4444
# Create RagCorpus
4545
# Configure embedding model, for example "text-embedding-005".

0 commit comments

Comments
 (0)