mirror of
https://github.com/langchain-ai/kork.git
synced 2026-07-01 22:24:02 -04:00
[GH-ISSUE #24] Deprecated calls in the workflow #1
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Sachin-Bhat on GitHub (Jul 17, 2024).
Original GitHub issue: https://github.com/langchain-ai/kork/issues/24
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.Extraand some import path issues. I will send a PR to fix the same.Cheers,
Sachin
Deprecated calls in the workflowto [GH-ISSUE #24] Deprecated calls in the workflow