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
I had found quite a few deprecated calls in the workflow. The main being the usage of LLMChain, predict_and_parse() and __call__. Other minor ones are from pydantic.config.Extra and some import path issues. I will send a PR to fix the same.
Cheers,
Sachin
The text was updated successfully, but these errors were encountered:
Hello @eyurtsev,
I had found quite a few deprecated calls in the workflow. The main being the usage of
LLMChain
,predict_and_parse()
and__call__
. Other minor ones are frompydantic.config.Extra
and some import path issues. I will send a PR to fix the same.Cheers,
Sachin
The text was updated successfully, but these errors were encountered: