We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa4978b commit d08bfe4Copy full SHA for d08bfe4
generative_ai/rag/quickstart_example.py
@@ -39,7 +39,7 @@ def quickstart(
39
# paths = ["https://drive.google.com/file/d/123", "gs://my_bucket/my_files_dir"] # Supports Google Cloud Storage and Google Drive Links
40
41
# Initialize Vertex AI API once per session
42
- vertexai.init(project=PROJECT_ID, location="us-central1")
+ vertexai.init(project=PROJECT_ID, location="us-east4")
43
44
# Create RagCorpus
45
# Configure embedding model, for example "text-embedding-005".
0 commit comments