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
I searched the LangChain documentation with the integrated search.
I used the GitHub search to find a similar question and didn't find it.
I am sure that this is a bug in LangChain rather than my code.
The bug is not resolved by updating to the latest stable version of LangChain (or the specific integration package).
Example Code
# Ensure your VertexAI credentials are configuredfromlangchain_google_vertexaiimportChatVertexAImodel=ChatVertexAI(model="gemini-1.5-flash")
model.invoke("Hello, world!")
Checked other resources
Example Code
Error Message and Stack Trace (if applicable)
Description
Using the exact example from documentation the following error occur
System Info
System Information
Package Information
Optional packages not installed
Other Dependencies
The text was updated successfully, but these errors were encountered: