chat-langchain
chat-langchain copied to clipboard
Fix for recent breaking changes
This PR fixes two breaking changes recently introduced in hwchase17/langchain
:
-
ConversationalRetrievalChain
replacingChatVectorDBChain
per this blog -
AsyncCallbackManager
moved tolangchain.callbacks.manager
after this refactor
@gadkins just tried your fix. I think you also need the change from this branch of yours: https://github.com/hwchase17/chat-langchain/compare/master...gadkins:chat-langchain:upgade-to-converstaionalretrievalchain
if I include that change on top of this branch it seems to work, thanks for figuring it out!
It would be good to have this PR merged due to the package upgrade. Thanks! @hwchase17