Replies: 2 comments 2 replies
-
Here's the relevant part of the deprecation notice: ## Code targeted for removal
Code that has better alternatives available and will eventually be removed, so there’s only a single way to do things. (e.g., `predict_messages` method in ChatModels has been deprecated in favor of `invoke`).
### langchain
#### ConversationalRetrievalChain
In module: `chains.retrieval_qa.base`
Deprecated: 0.1.17
Removal: 0.3.0
Alternative: [create_retrieval_chain](https://api.python.langchain.com/en/latest/chains/langchain.chains.retrieval.create_retrieval_chain.html#langchain-chains-retrieval-create-retrieval-chain) You can continue using |
Beta Was this translation helpful? Give feedback.
-
Hey bro, did you have the chance to solve make that change? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Checked other resources
Commit to Help
Example Code
Description
LLMChain will be deprecated and replaced with LangChain runnables. Does it apply the same with ConversationRetrievalChain?
System Info
langchain=0.2.9
Beta Was this translation helpful? Give feedback.
All reactions