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
However, there is no clear documentation or guidance on what should be used as a replacement for ConversationalRetrievalQAChain. Could you provide some clarification on the deprecation and what alternative we should be using in future versions of this library?
Steps to Reproduce
Import ConversationalRetrievalQAChain from langchain/chains.
Use it in a project.
Observe the deprecation warning in TypeScript.
Expected Behavior
A clear alternative to ConversationalRetrievalQAChain should be documented or suggested.
Environment
Langchain Version: 0.3.2
The text was updated successfully, but these errors were encountered:
However, there is no clear documentation or guidance on what should be used as a replacement for
ConversationalRetrievalQAChain
. Could you provide some clarification on the deprecation and what alternative we should be using in future versions of this library?Steps to Reproduce
ConversationalRetrievalQAChain
fromlangchain/chains
.Expected Behavior
A clear alternative to
ConversationalRetrievalQAChain
should be documented or suggested.Environment
The text was updated successfully, but these errors were encountered: