Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: eyurtsev/kor Loading
base: 0.9.0
Choose a base ref
...
head repository: eyurtsev/kor Loading
compare: 0.9.1
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on May 2, 2023

  1. 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
    eyurtsev committed May 2, 2023
    Configuration menu
    Copy the full SHA
    8ced7b8 View commit details
    Browse the repository at this point in the history
  2. Version 0.9.1 (#148)

    See release notes
    eyurtsev committed May 2, 2023
    Configuration menu
    Copy the full SHA
    fed4215 View commit details
    Browse the repository at this point in the history
Loading