Closed Subham0793 closed 5 months ago
Hi @gmogr, I saw your comment in some other issue. Would be great if you can help me resolve this issue too. I am not able to use ChatVertexAI with upgraded langchain versions. Getting the error as specified in the above query.
It should be fixed with the recent version on main.
I am loading the model using ChatVertexAI function. Also the credentials i am loading from a dictionary with
response = chain.ainvoke() --> giving error
following is the traceback:
I don't want to put the default credentials as I am getting the credentials from the info dictionary.
Following is the versioning
Same code is working fine with following versions:
But i want to upgrade the langchain to keep up with the updates.