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
In the above notebook, there is small bug where we are importing ChatOpenAI class from deprecated version of LangChain langchain.chat_model not from langchain_openai.
https://github.com/aurelio-labs/semantic-router/blob/main/docs/03-basic-langchain-agent.ipynb
In the above notebook, there is small bug where we are importing ChatOpenAI class from deprecated version of LangChain
langchain.chat_model
not fromlangchain_openai
.Had to change:
To
The text was updated successfully, but these errors were encountered: