Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for breaking change in langchain #147

Merged
merged 1 commit into from
May 2, 2023

Conversation

eyurtsev
Copy link
Owner

@eyurtsev eyurtsev commented May 2, 2023

Fix for breaking change in langchain:

BaseLanguageModel was moved from

from langchain.schema import BaseLanguageModel

To:

    from langchain.base_language import BaseLanguageModel

Fix for this issue: #145

@eyurtsev eyurtsev merged commit 8ced7b8 into main May 2, 2023
@eyurtsev eyurtsev deleted the eugene/update_langchain_compat branch May 2, 2023 15:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant