You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added
Vertex AI Credentials Support — credentials_file parameter with full priority chain: explicit file → GOOGLE_APPLICATION_CREDENTIALS → ADC → gcloud CLI fallback. Errors propagate when an explicit credentials path is set, preventing silent identity mismatches.
Changed
Vertex AI LangChain Migration — Migrated from deprecated ChatVertexAI (langchain-google-vertexai) to ChatGoogleGenerativeAI (langchain-google-genai). Removed langchain-google-vertexai dependency.