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: zilliztech/GPTCache
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.1.38
Choose a base ref
...
head repository: zilliztech/GPTCache
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.1.39
Choose a head ref
  • 6 commits
  • 9 files changed
  • 2 contributors

Commits on Aug 4, 2023

  1. [fix]: checking if emebedding is None by explicity comparision rather…

    … than using 'not' which gives numpy ambiguity error (#502)
    keenborder786 authored Aug 4, 2023
    Configuration menu
    Copy the full SHA
    03dda8f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7301180 View commit details
    Browse the repository at this point in the history
  3. Add the static method for the azure openai (#507)

    Signed-off-by: SimFG <bang.fu@zilliz.com>
    SimFG authored Aug 4, 2023
    Configuration menu
    Copy the full SHA
    4a63925 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

  1. LangChainLLMs cache_obj update (#508)

    * [refactor]: Explicity input for cache_obj for langchain_models allowing for passing in custom cache_obj once rather than passing again and again during inference
    
    * [tests]: Updated tests for langchain_models
    keenborder786 authored Aug 7, 2023
    Configuration menu
    Copy the full SHA
    fdf1630 View commit details
    Browse the repository at this point in the history
  2. Use the fixed version of usearch lib (#510)

    Signed-off-by: SimFG <bang.fu@zilliz.com>
    SimFG authored Aug 7, 2023
    Configuration menu
    Copy the full SHA
    8f7d36a View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2023

  1. Fix the wrong search result of the pgvector (#514)

    Signed-off-by: SimFG <bang.fu@zilliz.com>
    SimFG authored Aug 12, 2023
    1 Configuration menu
    Copy the full SHA
    e242160 View commit details
    Browse the repository at this point in the history
Loading