jamesmurdza / codechain

Code generation with LLMs 🔗
51 stars 7 forks source link

LLMChain is deprecated. Will you be releasing a RunnableSequence version? #1

Open awsprof opened 3 months ago

awsprof commented 3 months ago

I get the following deprecation warning

python3.12/site-packages/langchain_core/_api/deprecation.py:139: LangChainDeprecationWarning: The class `LLMChain` was deprecated in LangChain 0.1.17 and will be removed in 0.3.0. Use RunnableSequence, e.g., `prompt | llm` instead.
jamesmurdza commented 3 months ago

Oh no! I'll have a look.