This repository was archived by the owner on Jan 16, 2025. It is now read-only.

Description
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