diff --git a/docs/integrations/google.md b/docs/integrations/google.md index fcc280f0e..0e47e32c7 100644 --- a/docs/integrations/google.md +++ b/docs/integrations/google.md @@ -12,7 +12,7 @@ This guide will show you how to use Instructor with the Google.GenerativeAI libr Google's Gemini models provide powerful AI capabilities with multimodal support. This guide shows you how to use Instructor with Google's Gemini models for type-safe, validated responses. ```bash -pip install "instructor[google-generativeai] +pip install "instructor[google-generativeai, vertexai]" ``` ## Simple User Example (Sync)