Skip to content

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

Open
joefernandez wants to merge 1 commit into
mainfrom
fix-vertexai-extra
Open

docs: correct nonexistent google-adk[vertexai] extra to [gcp]#2132
joefernandez wants to merge 1 commit 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 bdfc428
🔍 Latest deploy log https://app.netlify.com/projects/adk-docs-preview/deploys/6a7f904f1b7d690008c65be7
😎 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.

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.

1 participant