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
{{ message }}
This repository was archived by the owner on Feb 17, 2026. It is now read-only.
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.
Hello Eugene Yurtsev (@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.Extraand some import path issues. I will send a PR to fix the same.Cheers,
Sachin