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
The line from langchain_core.pydantic_v1 import BaseModel, Field
should be changed to from pydantic import BaseModel, Field
otherwise a "unknown member" error occurs.
when executing the agent
Steps to Reproduce (for bugs)
just run the notebook (all cells) and observe the error
then make the fix above
run the notebook again, works
System Information
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered:
Issue Type
Bug Report
Notebook Name
Data_Analyst_Agent_Cohere_and_Langchain.ipynb
Description
The line
from langchain_core.pydantic_v1 import BaseModel, Field
should be changed to
from pydantic import BaseModel, Field
otherwise a "unknown member" error occurs.
when executing the agent
Steps to Reproduce (for bugs)
just run the notebook (all cells) and observe the error
then make the fix above
run the notebook again, works
System Information
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: