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
Hey @marouane-tradelab! I was unable to replicate this. Can you provide more details on what version of langchain you were using or how you ran into this issue?
For context I ran the following code in Google Colab and ran into no issues:
!pip install git+https://github.com/hwchase17/langchain.git
!pip install google-cloud-aiplatform
from langchain.chat_models import ChatVertexAI
System Info
Hello,
I'm trying to use ChatVertexAI and I noticed that the following import is not working :
But this one is working correctly :
Who can help?
@hwchase17
Information
Related Components
Reproduction
pip install git+https://github.com/hwchase17/langchain.git
from langchain.chat_models import ChatVertexAI
from langchain.chat_models.vertexai import ChatVertexAI
Expected behavior
The import
from langchain.chat_models import ChatVertexAI
should workThe text was updated successfully, but these errors were encountered: