Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix for breaking change in langchain (#147)
Fix for breaking change in langchain: BaseLanguageModel was moved from ```python from langchain.schema import BaseLanguageModel ``` To: ```python from langchain.base_language import BaseLanguageModel ``` Fix for this issue: #145
- Loading branch information