Skip to content

docs: correct nonexistent google-adk[vertexai] extra to [gcp] - #2132

Merged
happyhuman merged 2 commits into
mainfrom
fix-vertexai-extra
Aug 19, 2026
Merged

docs: correct nonexistent google-adk[vertexai] extra to [gcp]#2132
happyhuman merged 2 commits into
mainfrom
fix-vertexai-extra

Conversation

@joefernandez

Copy link
Copy Markdown
Collaborator

The vertexai extra does not exist in google-adk's pyproject.toml, so pip install google-adk[vertexai] silently installs the base package without the Agent Platform dependencies. Readers following these snippets hit an ImportError when constructing VertexAiSessionService or VertexAiMemoryBankService.

The correct extra is gcp, which pulls in
google-cloud-aiplatform[agent-engines].

Follow-up to review feedback on #2031, which flagged the two occurrences in express-mode.md. The same stale extra appears once in sessions/session/index.md, fixed here too.

The `vertexai` extra does not exist in google-adk's pyproject.toml, so
`pip install google-adk[vertexai]` silently installs the base package
without the Agent Platform dependencies. Readers following these snippets
hit an ImportError when constructing VertexAiSessionService or
VertexAiMemoryBankService.

The correct extra is `gcp`, which pulls in
google-cloud-aiplatform[agent-engines].

Follow-up to review feedback on #2031, which flagged the two occurrences
in express-mode.md. The same stale extra appears once in
sessions/session/index.md, fixed here too.
@netlify

netlify Bot commented Aug 14, 2026

Copy link
Copy Markdown

Deploy Preview for adk-docs-preview ready!

Name Link
🔨 Latest commit a35cea3
🔍 Latest deploy log https://app.netlify.com/projects/adk-docs-preview/deploys/6a85c961fb8a310008bf18e1
😎 Deploy Preview https://deploy-preview-2132--adk-docs-preview.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

@happyhuman
happyhuman self-requested a review August 19, 2026 15:18
@happyhuman
happyhuman merged commit 8c40743 into main Aug 19, 2026
12 checks passed
@happyhuman
happyhuman deleted the fix-vertexai-extra branch August 19, 2026 15:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants